Class IntegerCompressor


  • public class IntegerCompressor
    extends Object
    Utility for bytewise compressing of integers into a ByteBuffer.
    Author:
    baldersheim
    • Constructor Detail

      • IntegerCompressor

        public IntegerCompressor()
    • Method Detail

      • putCompressedNumber

        public static void putCompressedNumber​(int n,
                                               ByteBuffer buf)
      • putCompressedPositiveNumber

        public static void putCompressedPositiveNumber​(int n,
                                                       ByteBuffer buf)