Uses of Class
org.eclipse.jgit.internal.storage.file.PackReverseIndexWriter
-
Packages that use PackReverseIndexWriter Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of PackReverseIndexWriter in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return PackReverseIndexWriter Modifier and Type Method Description static PackReverseIndexWriterPackReverseIndexWriter. createWriter(OutputStream dst)Create a writer instance for the default file format version.static PackReverseIndexWriterPackReverseIndexWriter. createWriter(OutputStream dst, int version)Create a writer instance for the specified file format version.
-