public static class CompressedObjectStrategy.LZ4Decompressor extends Object implements CompressedObjectStrategy.Decompressor
| Constructor and Description |
|---|
CompressedObjectStrategy.LZ4Decompressor() |
| Modifier and Type | Method and Description |
|---|---|
void |
decompress(ByteBuffer in,
int numBytes,
ByteBuffer out)
Implementations of this method are expected to call out.flip() after writing to the output buffer
|
void |
decompress(ByteBuffer in,
int numBytes,
ByteBuffer out,
int decompressedSize) |
public CompressedObjectStrategy.LZ4Decompressor()
public void decompress(ByteBuffer in, int numBytes, ByteBuffer out)
CompressedObjectStrategy.Decompressordecompress in interface CompressedObjectStrategy.Decompressorpublic void decompress(ByteBuffer in, int numBytes, ByteBuffer out, int decompressedSize)
decompress in interface CompressedObjectStrategy.DecompressorCopyright © 2011–2015. All rights reserved.