public static class CompressionStrategy.UncompressedDecompressor extends Object implements CompressionStrategy.Decompressor
| Constructor and Description | 
|---|
UncompressedDecompressor()  | 
| 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 
 | 
public void decompress(ByteBuffer in, int numBytes, ByteBuffer out)
CompressionStrategy.Decompressordecompress in interface CompressionStrategy.DecompressorCopyright © 2011–2018. All rights reserved.