java.lang.Object
org.eclipse.jgit.internal.storage.file.Pack
All Implemented Interfaces:
Iterable<PackIndex.MutableEntry>

public class Pack extends Object implements Iterable<PackIndex.MutableEntry>
A Git version 2 pack file representation. A pack file contains Git objects in delta packed format yielding high compression of lots of object where some objects are similar.