public class LZFCompressedStreamInput extends CompressedStreamInput<LZFCompressorContext>
context, uncompressed| Constructor and Description |
|---|
LZFCompressedStreamInput(StreamInput in,
com.ning.compress.lzf.ChunkDecoder decoder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClose() |
void |
readHeader(StreamInput in) |
int |
uncompress(StreamInput in,
byte[] out)
Uncompress the data into the out array, returning the size uncompressed
|
available, close, read, read, read, readByte, readBytes, readyBuffer, reset, resetToBufferStart, setVersiongetVersion, readBoolean, readByteArray, readBytesRef, readBytesRef, readBytesReference, readBytesReference, readDouble, readDoubleArray, readFloat, readFloatArray, readFully, readGenericValue, readInt, readIntArray, readLong, readLongArray, readMap, readOptionalBoolean, readOptionalSharedString, readOptionalStreamable, readOptionalString, readOptionalText, readSharedString, readSharedText, readShort, readString, readStringArray, readText, readTextArray, readVInt, readVLongmark, markSupported, read, skippublic LZFCompressedStreamInput(StreamInput in, com.ning.compress.lzf.ChunkDecoder decoder) throws IOException
IOExceptionpublic void readHeader(StreamInput in) throws IOException
readHeader in class CompressedStreamInput<LZFCompressorContext>IOExceptionpublic int uncompress(StreamInput in, byte[] out) throws IOException
CompressedStreamInputuncompress in class CompressedStreamInput<LZFCompressorContext>IOExceptionprotected void doClose()
throws IOException
doClose in class CompressedStreamInput<LZFCompressorContext>IOExceptionCopyright © 2009–2016. All rights reserved.