Uses of Class
org.eclipse.jgit.internal.storage.file.PackIndexWriter
Packages that use PackIndexWriter
-
Uses of PackIndexWriter in org.eclipse.jgit.internal.storage.file
Subclasses of PackIndexWriter in org.eclipse.jgit.internal.storage.fileModifier and TypeClassDescription(package private) class
Creates the version 1 (old style) pack table of contents files.(package private) class
Creates the version 2 pack table of contents files.Methods in org.eclipse.jgit.internal.storage.file that return PackIndexWriterModifier and TypeMethodDescriptionstatic PackIndexWriter
PackIndexWriter.createOldestPossible
(OutputStream dst, List<? extends PackedObjectInfo> objs) Create a new writer for the oldest (most widely understood) format.static PackIndexWriter
PackIndexWriter.createVersion
(OutputStream dst, int version) Create a new writer instance for a specific index format version.