org.apache.cassandra.io.compress
Interface ICompressor
- All Known Implementing Classes:
- DeflateCompressor, SnappyCompressor
public interface ICompressor
initialCompressedBufferLength
int initialCompressedBufferLength(int chunkLength)
compress
int compress(byte[] input,
int inputOffset,
int inputLength,
ICompressor.WrappedArray output,
int outputOffset)
throws java.io.IOException
- Throws:
java.io.IOException
uncompress
int uncompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2011 The Apache Software Foundation