Class FSL2PProtoIndex

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class FSL2PProtoIndex
    extends java.lang.Object
    implements java.io.Closeable
    • Field Detail

      • file

        private final java.io.RandomAccessFile file
    • Constructor Detail

      • FSL2PProtoIndex

        public FSL2PProtoIndex​(java.io.RandomAccessFile file)
    • Method Detail

      • getIndexPath

        public static java.io.File getIndexPath​(FSFS fsfs,
                                                java.lang.String txnId)
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • readEntry

        private void readEntry​(long[] entryOffset,
                               long[] entryItemIndex)
                        throws SVNException
        Throws:
        SVNException