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.RandomAccessFile
private static final java.lang.String
private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static java.io.File
getIndexPath
(FSFS fsfs, java.lang.String txnId) static FSP2LProtoIndex
private int
readInt()
private long
readLong()
long
private long
void
writeEntry
(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
-