Class FSTransactionItemIndex
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.index.FSTransactionItemIndex
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongallocateItemIndex(long offset) private static intarrayIndexOf(byte[] array, byte value) voidclose()static FilegetIndexPath(FSFS fsfs, String txnId) static FSTransactionItemIndex
-
Field Details
-
FILENAME
- See Also:
-
file
-
-
Constructor Details
-
FSTransactionItemIndex
-
-
Method Details
-
open
- Throws:
SVNException
-
getIndexPath
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
allocateItemIndex
- Throws:
SVNException
-
arrayIndexOf
private static int arrayIndexOf(byte[] array, byte value)
-