Uses of Class
org.eclipse.jgit.internal.storage.file.PackReverseIndex
Packages that use PackReverseIndex
-
Uses of PackReverseIndex in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackReverseIndexModifier and TypeMethodDescriptionstatic PackBitmapIndexPackBitmapIndex.open(File idxFile, PackIndex packIndex, PackReverseIndex reverseIndex) Read an existing pack bitmap index file from a buffered stream.static PackBitmapIndexPackBitmapIndex.read(InputStream fd, PackIndex packIndex, PackReverseIndex reverseIndex) Read an existing pack bitmap index file from a buffered stream.