@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, seek
public LZFCompressedIndexInput(org.apache.lucene.store.IndexInput in, com.ning.compress.lzf.ChunkDecoder decoder) throws IOException
IOException
protected void readHeader(org.apache.lucene.store.IndexInput in) throws IOException
readHeader
in class CompressedIndexInput<LZFCompressorContext>
IOException
protected int uncompress(org.apache.lucene.store.IndexInput in, byte[] out) throws IOException
CompressedIndexInput
uncompress
in class CompressedIndexInput<LZFCompressorContext>
IOException
protected void doClose() throws IOException
doClose
in class CompressedIndexInput<LZFCompressorContext>
IOException
public 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.IndexInput
IOException
Copyright © 2009–2015. All rights reserved.