public interface ICompressor
Modifier and Type | Interface and Description |
---|---|
static class |
ICompressor.WrappedArray
A simple wrapper of a byte array.
|
Modifier and Type | Method and Description |
---|---|
int |
compress(byte[] input,
int inputOffset,
int inputLength,
ICompressor.WrappedArray output,
int outputOffset) |
int |
initialCompressedBufferLength(int chunkLength) |
java.util.Set<java.lang.String> |
supportedOptions() |
int |
uncompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset) |
int initialCompressedBufferLength(int chunkLength)
int compress(byte[] input, int inputOffset, int inputLength, ICompressor.WrappedArray output, int outputOffset) throws java.io.IOException
java.io.IOException
int uncompress(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset) throws java.io.IOException
java.io.IOException
java.util.Set<java.lang.String> supportedOptions()
Copyright © 2015 The Apache Software Foundation