public class DeflateCompressor extends java.lang.Object implements ICompressor
ICompressor.WrappedArray
Modifier and Type | Field and Description |
---|---|
static DeflateCompressor |
instance |
Modifier and Type | Method and Description |
---|---|
int |
compress(byte[] input,
int inputOffset,
int inputLength,
ICompressor.WrappedArray output,
int outputOffset) |
static DeflateCompressor |
create(java.util.Map<java.lang.String,java.lang.String> compressionOptions) |
int |
initialCompressedBufferLength(int chunkLength) |
java.util.Set<java.lang.String> |
supportedOptions() |
int |
uncompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset) |
public static final DeflateCompressor instance
public static DeflateCompressor create(java.util.Map<java.lang.String,java.lang.String> compressionOptions)
public java.util.Set<java.lang.String> supportedOptions()
supportedOptions
in interface ICompressor
public int initialCompressedBufferLength(int chunkLength)
initialCompressedBufferLength
in interface ICompressor
public int compress(byte[] input, int inputOffset, int inputLength, ICompressor.WrappedArray output, int outputOffset)
compress
in interface ICompressor
public int uncompress(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset) throws java.io.IOException
uncompress
in interface ICompressor
java.io.IOException
Copyright © 2015 The Apache Software Foundation