Uses of Class
org.eclipse.jgit.internal.storage.file.PackIndexWriter
-
Packages that use PackIndexWriter Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of PackIndexWriter in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return PackIndexWriter Modifier and Type Method Description static PackIndexWriterPackIndexWriter. createOldestPossible(OutputStream dst, List<? extends PackedObjectInfo> objs)Create a new writer for the oldest (most widely understood) format.static PackIndexWriterPackIndexWriter. createVersion(OutputStream dst, int version)Create a new writer instance for a specific index format version.
-