DeflateCompressor instead@Deprecated public class LZFCompressor extends Object implements Compressor
| Constructor and Description |
|---|
LZFCompressor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompressedIndexInput |
indexInput(org.apache.lucene.store.IndexInput in)
Deprecated.
|
boolean |
isCompressed(BytesReference bytes)
Deprecated.
|
boolean |
isCompressed(org.jboss.netty.buffer.ChannelBuffer buffer)
Deprecated.
|
boolean |
isCompressed(org.apache.lucene.store.IndexInput in)
Deprecated.
|
StreamInput |
streamInput(StreamInput in)
Deprecated.
|
StreamOutput |
streamOutput(StreamOutput out)
Deprecated.
|
public boolean isCompressed(BytesReference bytes)
isCompressed in interface Compressorpublic boolean isCompressed(org.jboss.netty.buffer.ChannelBuffer buffer)
isCompressed in interface Compressorpublic boolean isCompressed(org.apache.lucene.store.IndexInput in)
throws IOException
isCompressed in interface CompressorIOExceptionpublic StreamInput streamInput(StreamInput in) throws IOException
streamInput in interface CompressorIOExceptionpublic StreamOutput streamOutput(StreamOutput out) throws IOException
streamOutput in interface CompressorIOExceptionpublic CompressedIndexInput indexInput(org.apache.lucene.store.IndexInput in) throws IOException
indexInput in interface CompressorIOExceptionCopyright © 2009–2017. All rights reserved.