@Deprecated public class LZFCompressedIndexInput extends CompressedIndexInput
uncompressed, uncompressedLength| Constructor and Description |
|---|
LZFCompressedIndexInput(org.apache.lucene.store.IndexInput in,
com.ning.compress.lzf.ChunkDecoder decoder)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.store.IndexInput |
clone()
Deprecated.
|
protected void |
doClose()
Deprecated.
|
protected void |
readHeader(org.apache.lucene.store.IndexInput in)
Deprecated.
|
org.apache.lucene.store.IndexInput |
slice(String description,
long offset,
long length)
Deprecated.
|
protected int |
uncompress(org.apache.lucene.store.IndexInput in,
byte[] out)
Deprecated.
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 in class CompressedIndexInputIOExceptionprotected int uncompress(org.apache.lucene.store.IndexInput in,
byte[] out)
throws IOException
CompressedIndexInputuncompress in class CompressedIndexInputIOExceptionprotected void doClose()
throws IOException
doClose in class CompressedIndexInputIOExceptionpublic org.apache.lucene.store.IndexInput clone()
clone in class CompressedIndexInputpublic org.apache.lucene.store.IndexInput slice(String description, long offset, long length) throws IOException
slice in class org.apache.lucene.store.IndexInputIOExceptionCopyright © 2009–2017. All rights reserved.