All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description BitPacking provides the correct implementation of a bitpacking based on the width in bitsBitPacking.BitPackingReader to read back what has been written with the corresponding writerBitPacking.BitPackingWriter to writes ints to a stream packed to only the needed bits.ByteBasedBitPackingEncoder Uses the generated Byte based bit packing to write ints into a BytesInputByteBitPackingBE Packs from the Most Significant Bit first See ByteBasedBitPackingGenerator to make changes to this file Automatically generatedByteBitPackingForLongBE Packs from the Most Significant Bit first See ByteBasedBitPackingGenerator to make changes to this file Automatically generatedByteBitPackingForLongLE Packs from the Least Significant Bit first See ByteBasedBitPackingGenerator to make changes to this file Automatically generatedByteBitPackingLE Packs from the Least Significant Bit first See ByteBasedBitPackingGenerator to make changes to this file Automatically generatedBytePacker Packs and unpacks into bytesBytePackerFactory BytePackerForLong Packs and unpacks INT64 into bytesBytePackerForLongFactory IntPacker Packs and unpacks into intsIntPackerFactory Packer Factory for packing implementations