public class FSP2LProtoIndex
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FSP2LProtoIndex.ItemType |
Constructor and Description |
---|
FSP2LProtoIndex(java.io.RandomAccessFile file) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static java.io.File |
getIndexPath(FSFS fsfs,
java.lang.String txnId) |
static FSP2LProtoIndex |
open(FSFS fsfs,
java.lang.String txnId,
boolean append) |
FSP2LEntry |
readEntry() |
long |
readNextOffset() |
void |
writeEntry(FSP2LEntry entry) |
public static FSP2LProtoIndex open(FSFS fsfs, java.lang.String txnId, boolean append) throws SVNException
SVNException
public static java.io.File getIndexPath(FSFS fsfs, java.lang.String txnId)
public void close()
public FSP2LEntry readEntry() throws SVNException
SVNException
public void writeEntry(FSP2LEntry entry) throws SVNException
SVNException
public long readNextOffset() throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.