Class FSP2LProtoIndex
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.index.FSP2LProtoIndex
public class FSP2LProtoIndex
extends java.lang.Object
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final java.io.RandomAccessFileprivate static final java.lang.Stringprivate static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static java.io.FilegetIndexPath(FSFS fsfs, java.lang.String txnId) static FSP2LProtoIndexprivate intreadInt()private longreadLong()longprivate longvoidwriteEntry(FSP2LEntry entry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
MAX_OFFSET
private static final long MAX_OFFSET- See Also:
-
FILENAME
private static final java.lang.String FILENAME- See Also:
-
file
private final java.io.RandomAccessFile file
-
-
Constructor Details
-
FSP2LProtoIndex
public FSP2LProtoIndex(java.io.RandomAccessFile file)
-
-
Method Details
-
open
public static FSP2LProtoIndex open(FSFS fsfs, java.lang.String txnId, boolean append) throws SVNException - 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
-