public class DeflateCompressor extends Object implements Compressor
Compressor implementation based on the DEFLATE compression algorithm.| コンストラクタと説明 |
|---|
DeflateCompressor() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 StreamInput streamInput(StreamInput in) throws IOException
streamInput インタフェース内 CompressorIOExceptionpublic StreamOutput streamOutput(StreamOutput out) throws IOException
streamOutput インタフェース内 CompressorIOExceptionpublic boolean isCompressed(org.apache.lucene.store.IndexInput in)
throws IOException
isCompressed インタフェース内 CompressorIOExceptionpublic CompressedIndexInput indexInput(org.apache.lucene.store.IndexInput in) throws IOException
indexInput インタフェース内 CompressorIOExceptionCopyright © 2009–2016. All rights reserved.