Uses of Interface
org.eclipse.jgit.internal.storage.file.PackBitmapIndex.SupplierWithIOException
Packages that use PackBitmapIndex.SupplierWithIOException
-
Uses of PackBitmapIndex.SupplierWithIOException in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type PackBitmapIndex.SupplierWithIOExceptionModifier and TypeMethodDescriptionstatic PackBitmapIndex
PackBitmapIndex.read
(InputStream fd, PackBitmapIndex.SupplierWithIOException<PackIndex> packIndexSupplier, PackBitmapIndex.SupplierWithIOException<PackReverseIndex> reverseIndexSupplier, boolean loadParallelRevIndex) Read an existing pack bitmap index file from a buffered stream.Constructors in org.eclipse.jgit.internal.storage.file with parameters of type PackBitmapIndex.SupplierWithIOExceptionModifierConstructorDescription(package private)
PackBitmapIndexV1
(InputStream fd, PackBitmapIndex.SupplierWithIOException<PackIndex> packIndexSupplier, PackBitmapIndex.SupplierWithIOException<PackReverseIndex> reverseIndexSupplier, boolean loadParallelRevIndex)