public class FSP2LProtoIndex extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FSP2LProtoIndex.ItemType |
| Constructor and Description |
|---|
FSP2LProtoIndex(RandomAccessFile file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static File |
getIndexPath(FSFS fsfs,
String txnId) |
static FSP2LProtoIndex |
open(FSFS fsfs,
String txnId,
boolean append) |
FSP2LEntry |
readEntry() |
long |
readNextOffset() |
void |
writeEntry(FSP2LEntry entry) |
public FSP2LProtoIndex(RandomAccessFile file)
public static FSP2LProtoIndex open(FSFS fsfs, String txnId, boolean append) throws SVNException
SVNExceptionpublic void close()
public FSP2LEntry readEntry() throws SVNException
SVNExceptionpublic void writeEntry(FSP2LEntry entry) throws SVNException
SVNExceptionpublic long readNextOffset()
throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.