public class DeflateCompressor extends Object implements Compressor
Compressor implementation based on the DEFLATE compression algorithm.| Constructor and Description |
|---|
DeflateCompressor() |
| Modifier and Type | Method and Description |
|---|---|
CompressedIndexInput |
indexInput(org.apache.lucene.store.IndexInput in) |
boolean |
isCompressed(BytesReference bytes) |
boolean |
isCompressed(org.jboss.netty.buffer.ChannelBuffer buffer) |
boolean |
isCompressed(org.apache.lucene.store.IndexInput in) |
StreamInput |
streamInput(StreamInput in) |
StreamOutput |
streamOutput(StreamOutput out) |
public boolean isCompressed(BytesReference bytes)
isCompressed in interface Compressorpublic boolean isCompressed(org.jboss.netty.buffer.ChannelBuffer buffer)
isCompressed in interface Compressorpublic StreamInput streamInput(StreamInput in) throws IOException
streamInput in interface CompressorIOExceptionpublic StreamOutput streamOutput(StreamOutput out) throws IOException
streamOutput in interface CompressorIOExceptionpublic boolean isCompressed(org.apache.lucene.store.IndexInput in)
throws IOException
isCompressed in interface CompressorIOExceptionpublic CompressedIndexInput indexInput(org.apache.lucene.store.IndexInput in) throws IOException
indexInput in interface CompressorIOExceptionCopyright © 2009–2016. All rights reserved.