@Deprecated public class LZFCompressedIndexInput extends CompressedIndexInput
uncompressed, uncompressedLength| コンストラクタと説明 |
|---|
LZFCompressedIndexInput(org.apache.lucene.store.IndexInput in,
com.ning.compress.lzf.ChunkDecoder decoder)
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.apache.lucene.store.IndexInput |
clone()
非推奨です。
|
protected void |
doClose()
非推奨です。
|
protected void |
readHeader(org.apache.lucene.store.IndexInput in)
非推奨です。
|
org.apache.lucene.store.IndexInput |
slice(String description,
long offset,
long length)
非推奨です。
|
protected int |
uncompress(org.apache.lucene.store.IndexInput in,
byte[] out)
非推奨です。
Uncompress the data into the out array, returning the size uncompressed
|
available, close, getFilePointer, length, read, readByte, readBytes, readyBuffer, seekgetFullSliceDescription, randomAccessSlice, toStringpublic LZFCompressedIndexInput(org.apache.lucene.store.IndexInput in,
com.ning.compress.lzf.ChunkDecoder decoder)
throws IOException
IOExceptionprotected void readHeader(org.apache.lucene.store.IndexInput in)
throws IOException
readHeader クラス内 CompressedIndexInputIOExceptionprotected int uncompress(org.apache.lucene.store.IndexInput in,
byte[] out)
throws IOException
CompressedIndexInputuncompress クラス内 CompressedIndexInputIOExceptionprotected void doClose()
throws IOException
doClose クラス内 CompressedIndexInputIOExceptionpublic org.apache.lucene.store.IndexInput clone()
clone クラス内 CompressedIndexInputpublic org.apache.lucene.store.IndexInput slice(String description, long offset, long length) throws IOException
slice クラス内 org.apache.lucene.store.IndexInputIOExceptionCopyright © 2009–2016. All rights reserved.