public class LZFCompressedStreamInput extends CompressedStreamInput
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, setVersiongetVersion, readBoolean, readByteArray, readBytesRef, readBytesRef, readBytesReference, readBytesReference, readDouble, readDoubleArray, readFloat, readFloatArray, readFully, readGenericValue, readGeoPoint, readInt, readIntArray, readList, readLong, readLongArray, readMap, readOptionalBoolean, readOptionalStreamable, readOptionalString, readOptionalText, readOptionalVInt, readShort, readString, readStringArray, readTaskStatus, readText, readThrowable, readVInt, readVIntArray, readVLong, readVLongArray, wrap, wrap, wrapmark, markSupported, read, skippublic LZFCompressedStreamInput(StreamInput in, com.ning.compress.lzf.ChunkDecoder decoder) throws IOException
IOExceptionpublic void readHeader(StreamInput in) throws IOException
readHeader in class CompressedStreamInputIOExceptionpublic int uncompress(StreamInput in, byte[] out) throws IOException
CompressedStreamInputuncompress in class CompressedStreamInputIOExceptionprotected void doClose()
throws IOException
doClose in class CompressedStreamInputIOExceptionCopyright © 2009–2016. All rights reserved.