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 longfileSizeprivate longfirstRevisionprivate long[]offsetsprivate longpageCountprivate longpageSize
-
Constructor Summary
Constructors Constructor Description P2LIndexHeader(long firstRevision, long pageSize, long pageCount, long fileSize, long[] offsets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetFileSize()longgetFirstRevision()long[]getOffsets()longgetPageCount()longgetPageSize()
-