LZ4FastDecompressor
instead.@Deprecated
public interface LZ4Decompressor
Modifier and Type | Method and Description |
---|---|
int |
decompress(byte[] src,
int srcOff,
byte[] dest,
int destOff,
int destLen)
Deprecated.
|