Class SnappyRawCompressor


  • public final class SnappyRawCompressor
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int compress​(java.lang.Object inputBase, long inputAddress, long inputLimit, java.lang.Object outputBase, long outputAddress, long outputLimit, short[] table)  
      static int maxCompressedLength​(int sourceLength)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • maxCompressedLength

        public static int maxCompressedLength​(int sourceLength)
      • compress

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