Methods in org.apache.cassandra.io.compress with parameters of type ICompressor.WrappedArray |
int |
DeflateCompressor.compress(byte[] input,
int inputOffset,
int inputLength,
ICompressor.WrappedArray output,
int outputOffset)
|
int |
ICompressor.compress(byte[] input,
int inputOffset,
int inputLength,
ICompressor.WrappedArray output,
int outputOffset)
|
int |
LZ4Compressor.compress(byte[] input,
int inputOffset,
int inputLength,
ICompressor.WrappedArray output,
int outputOffset)
|
int |
SnappyCompressor.compress(byte[] input,
int inputOffset,
int inputLength,
ICompressor.WrappedArray output,
int outputOffset)
|