Uses of Class
org.eclipse.jgit.internal.storage.file.PackIndex
-
Packages that use PackIndex Package Description org.eclipse.jgit.internal.storage.file File based repository storage. -
-
Uses of PackIndex in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return PackIndex Modifier and Type Method Description PackIndex
PackFile. getIndex()
static PackIndex
PackIndex. open(File idxFile)
Open an existing pack.idx
file for reading.static PackIndex
PackIndex. read(InputStream fd)
Read an existing pack index file from a buffered stream.Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackIndex Modifier and Type Method Description static PackBitmapIndex
PackBitmapIndex. open(File idxFile, PackIndex packIndex, PackReverseIndex reverseIndex)
Read an existing pack bitmap index file from a buffered stream.static PackBitmapIndex
PackBitmapIndex. read(InputStream fd, PackIndex packIndex, PackReverseIndex reverseIndex)
Read an existing pack bitmap index file from a buffered stream.Constructors in org.eclipse.jgit.internal.storage.file with parameters of type PackIndex Constructor Description PackReverseIndex(PackIndex packIndex)
Create reverse index from straight/forward pack index, by indexing all its entries.
-