Package org.eclipse.jgit.internal.storage.pack
Reading/writing Git pack files.
-
Interface Summary Interface Description ObjectReuseAsIs Extension ofObjectReader
that supports reusing objects in packs.PackWriter.ObjectIdSet A collection of object ids. -
Class Summary Class Description BinaryDelta Recreate a stream from a base stream and a GIT pack delta.CachedPack Describes a pack fileObjectReuseAsIs
can append onto a stream.DeltaEncoder Encodes an instruction stream forBinaryDelta
.DeltaIndex Index of blocks in a source file.ObjectToPack Per-object state used byPackWriter
.PackExt A pack file extension.PackOutputStream Custom output stream to supportPackWriter
.PackWriter PackWriter class is responsible for generating pack files from specified set of objects from repository.PackWriter.Statistics Summary of how PackWriter created the pack.PackWriter.Statistics.ObjectType Statistics about a single class of object.StoredObjectRepresentation An object representationPackWriter
can consider for packing. -
Enum Summary Enum Description PackWriter.PackingPhase Possible states that a PackWriter can be in.