Class SnappyRawCompressor


  • public final class SnappyRawCompressor
    extends Object
    • Method Detail

      • maxCompressedLength

        public static int maxCompressedLength​(int sourceLength)
      • compress

        public static int compress​(Object inputBase,
                                   long inputAddress,
                                   long inputLimit,
                                   Object outputBase,
                                   long outputAddress,
                                   long outputLimit,
                                   short[] table)