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 TypeMethodDescriptionlong
allocateItemIndex
(long offset) private static int
arrayIndexOf
(byte[] array, byte value) void
close()
static File
getIndexPath
(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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
allocateItemIndex
- Throws:
SVNException
-
arrayIndexOf
private static int arrayIndexOf(byte[] array, byte value)
-