| Class | Description |
|---|---|
| Base85Codec |
This implements Base85 using the 4 byte block aligned encoding and character set from Z85.
|
| DeletionVectorStoredBitmap |
Bitmap for a Deletion Vector, implemented as a thin wrapper around a Deletion Vector
Descriptor.
|
| DeletionVectorUtils |
Utility methods regarding deletion vectors.
|
| RoaringBitmapArray |
A 64-bit extension of [[RoaringBitmap]] that is optimized for cases that usually fit within
a 32-bit bitmap, but may run over by a few bits on occasion.
|