public class FSL2PProtoIndex extends Object implements Closeable
| Constructor and Description |
|---|
FSL2PProtoIndex(RandomAccessFile file) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(long offset,
long itemIndex) |
void |
close() |
static File |
getIndexPath(FSFS fsfs,
String txnId) |
long |
getOffsetByItemIndex(long itemIndex) |
static FSL2PProtoIndex |
open(FSFS fsfs,
String txnId,
boolean append) |
FSL2PEntry |
readEntry() |
public FSL2PProtoIndex(RandomAccessFile file)
public static FSL2PProtoIndex open(FSFS fsfs, String txnId, boolean append) throws SVNException
SVNExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic long getOffsetByItemIndex(long itemIndex)
throws SVNException
SVNExceptionpublic FSL2PEntry readEntry() throws SVNException
SVNExceptionpublic void addEntry(long offset,
long itemIndex)
throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.