Class FSP2LProtoIndex
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.index.FSP2LProtoIndex
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RandomAccessFile
private static final String
private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static File
getIndexPath
(FSFS fsfs, String txnId) static FSP2LProtoIndex
private int
readInt()
private long
readLong()
long
private long
void
writeEntry
(FSP2LEntry entry)
-
Field Details
-
MAX_OFFSET
private static final long MAX_OFFSET- See Also:
-
FILENAME
- See Also:
-
file
-
-
Constructor Details
-
FSP2LProtoIndex
-
-
Method Details
-
open
- Throws:
SVNException
-
getIndexPath
-
close
public void close() -
readEntry
- Throws:
SVNException
-
writeEntry
- Throws:
SVNException
-
readNextOffset
- Throws:
SVNException
-
readInt
- Throws:
SVNException
-
readOffset
- Throws:
SVNException
-
readLong
- Throws:
SVNException
-