Class FSTransactionItemIndex
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.index.FSTransactionItemIndex
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class FSTransactionItemIndex
extends java.lang.Object
implements java.io.Closeable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
allocateItemIndex
(long offset) private static int
arrayIndexOf
(byte[] array, byte value) void
close()
static java.io.File
getIndexPath
(FSFS fsfs, java.lang.String txnId) static FSTransactionItemIndex
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
FILENAME
private static final java.lang.String FILENAME- See Also:
-
file
private final java.io.RandomAccessFile file
-
-
Constructor Details
-
FSTransactionItemIndex
private FSTransactionItemIndex(java.io.RandomAccessFile file)
-
-
Method Details
-
open
- Throws:
SVNException
-
getIndexPath
-
close
public void close()- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
-
allocateItemIndex
- Throws:
SVNException
-
arrayIndexOf
private static int arrayIndexOf(byte[] array, byte value)
-