Class ZStdRawCompressor


  • public class ZStdRawCompressor
    extends java.lang.Object
    Expose ZstdFrameCompressor which is a package protected class.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int compress​(long inputAddress, long inputLimit, long outputAddress, long outputLimit, int compressionLevel)  
      • Methods inherited from class java.lang.Object

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

      • ZStdRawCompressor

        public ZStdRawCompressor()
    • Method Detail

      • compress

        public static int compress​(long inputAddress,
                                   long inputLimit,
                                   long outputAddress,
                                   long outputLimit,
                                   int compressionLevel)