DeflateCompressor instead@Deprecated public class LZFCompressor extends Object implements Compressor
| コンストラクタと説明 |
|---|
LZFCompressor()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 Compressorpublic boolean isCompressed(org.jboss.netty.buffer.ChannelBuffer buffer)
isCompressed インタフェース内 Compressorpublic boolean isCompressed(org.apache.lucene.store.IndexInput in)
throws IOException
isCompressed インタフェース内 CompressorIOExceptionpublic StreamInput streamInput(StreamInput in) throws IOException
streamInput インタフェース内 CompressorIOExceptionpublic StreamOutput streamOutput(StreamOutput out) throws IOException
streamOutput インタフェース内 CompressorIOExceptionpublic CompressedIndexInput indexInput(org.apache.lucene.store.IndexInput in) throws IOException
indexInput インタフェース内 CompressorIOExceptionCopyright © 2009–2016. All rights reserved.