public static interface CompressedObjectStrategy.Decompressor
| 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) |
void decompress(ByteBuffer in, int numBytes, ByteBuffer out)
in - numBytes - out - void decompress(ByteBuffer in, int numBytes, ByteBuffer out, int decompressedSize)
Copyright © 2011–2015. All rights reserved.