Class IntegerCompressor

java.lang.Object
com.yahoo.compress.IntegerCompressor

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

    • IntegerCompressor

      public IntegerCompressor()
  • Method Details

    • compressionMode

      public static IntegerCompressor.Mode compressionMode(int min, int max)
    • putCompressedNumber

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

      public static void putCompressedPositiveNumber(int n, ByteBuffer buf)