@Deprecated public class LZFCompressedIndexInput extends CompressedIndexInput<LZFCompressorContext>
context, 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, seekpublic 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 CompressedIndexInput<LZFCompressorContext>IOExceptionprotected int uncompress(org.apache.lucene.store.IndexInput in,
byte[] out)
throws IOException
CompressedIndexInputuncompress in class CompressedIndexInput<LZFCompressorContext>IOExceptionprotected void doClose()
throws IOException
doClose in class CompressedIndexInput<LZFCompressorContext>IOExceptionpublic org.apache.lucene.store.IndexInput clone()
clone in class CompressedIndexInput<LZFCompressorContext>public org.apache.lucene.store.IndexInput slice(String description, long offset, long length) throws IOException
slice in class org.apache.lucene.store.IndexInputIOExceptionCopyright © 2009–2016. All rights reserved.