Module org.eclipse.jgit
Class DfsPackFileMidx.DfsPackOffset
java.lang.Object
org.eclipse.jgit.internal.storage.dfs.DfsPackFileMidx.DfsPackOffset
- Enclosing class:
- DfsPackFileMidx
Data object that keeps a location readable as midx-offset or as
(pack/offset).
midx-offset is the offset considering the concatenation of all covered packs in midx order. Only in the first pack of the base of the midx chain, the pack offsets match the midx offsets.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DfsPackOffset
protected DfsPackOffset()
-