public class LZ4Encoder
extends java.lang.Object
构造器和说明 |
---|
LZ4Encoder() |
限定符和类型 | 方法和说明 |
---|---|
static byte[] |
compressToLhLz4Chunk(byte[] data) |
static byte[] |
decompressFromLhLz4Chunk(byte[] compressedData,
int rawSize) |
public static byte[] compressToLhLz4Chunk(byte[] data) throws LogException
LogException
public static byte[] decompressFromLhLz4Chunk(byte[] compressedData, int rawSize) throws LogException
LogException