类 ZStdRawCompressor
java.lang.Object
io.airlift.compress.zstd.ZStdRawCompressor
Expose ZstdFrameCompressor which is a package protected class.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static intcompress(long inputAddress, long inputLimit, long outputAddress, long outputLimit, int compressionLevel)
-
构造器详细资料
-
ZStdRawCompressor
public ZStdRawCompressor()
-
-
方法详细资料
-
compress
public static int compress(long inputAddress, long inputLimit, long outputAddress, long outputLimit, int compressionLevel)
-