Class DfsPackFileMidx.DfsPackOffset

java.lang.Object
org.eclipse.jgit.internal.storage.dfs.DfsPackFileMidx.DfsPackOffset
Enclosing class:
DfsPackFileMidx

protected static final class DfsPackFileMidx.DfsPackOffset extends Object
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 Details

    • DfsPackOffset

      protected DfsPackOffset()