public static interface CompressionStrategy.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)
Copyright © 2011–2018. All rights reserved.