Class FSLogicalAddressingIndex.P2LIndexHeader

java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.index.FSLogicalAddressingIndex.P2LIndexHeader
Enclosing class:
FSLogicalAddressingIndex

private static class FSLogicalAddressingIndex.P2LIndexHeader extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private long
     
    private long
     
    private long[]
     
    private long
     
    private long
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    P2LIndexHeader(long firstRevision, long pageSize, long pageCount, long fileSize, long[] offsets)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     
    long[]
     
    long
     
    long
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • firstRevision

      private long firstRevision
    • pageSize

      private long pageSize
    • pageCount

      private long pageCount
    • fileSize

      private long fileSize
    • offsets

      private long[] offsets
  • Constructor Details

    • P2LIndexHeader

      public P2LIndexHeader(long firstRevision, long pageSize, long pageCount, long fileSize, long[] offsets)
  • Method Details

    • getFirstRevision

      public long getFirstRevision()
    • getPageSize

      public long getPageSize()
    • getPageCount

      public long getPageCount()
    • getFileSize

      public long getFileSize()
    • getOffsets

      public long[] getOffsets()