Uses of Class
org.eclipse.jgit.internal.storage.file.PackReverseIndexWriter
Packages that use PackReverseIndexWriter
-
Uses of PackReverseIndexWriter in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return PackReverseIndexWriterModifier and TypeMethodDescriptionstatic PackReverseIndexWriter
PackReverseIndexWriter.createWriter
(OutputStream dst) Create a writer instance for the default file format version.static PackReverseIndexWriter
PackReverseIndexWriter.createWriter
(OutputStream dst, int version) Create a writer instance for the specified file format version.