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
SVNException
public void close()
public FSP2LEntry readEntry() throws SVNException
SVNException
public void writeEntry(FSP2LEntry entry) throws SVNException
SVNException
public long readNextOffset() throws SVNException
SVNException
Copyright © 2018. All rights reserved.