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, setVersion
getVersion, 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, wrap
mark, markSupported, read, skip
public LZFCompressedStreamInput(StreamInput in, com.ning.compress.lzf.ChunkDecoder decoder) throws IOException
IOException
public void readHeader(StreamInput in) throws IOException
readHeader
in class CompressedStreamInput
IOException
public int uncompress(StreamInput in, byte[] out) throws IOException
CompressedStreamInput
uncompress
in class CompressedStreamInput
IOException
protected void doClose() throws IOException
doClose
in class CompressedStreamInput
IOException
Copyright © 2009–2016. All rights reserved.