Module org.eclipse.jgit
Interface PackBitmapIndexWriter
- All Known Implementing Classes:
PackBitmapIndexWriterV1
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a function that accepts a collection of bitmaps and write them
into storage.
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(PackBitmapIndexBuilder bitmaps, byte[] packChecksum)
-
Method Details
-
write
- Parameters:
bitmaps- list of bitmaps to be written to a bitmap indexpackChecksum- checksum of the pack that the bitmap index refers to- Throws:
IOException- thrown in case of IO errors while writing the bitmap index
-