Interface CompressionStrategy.Decompressor

    • Method Detail

      • decompress

        void decompress​(ByteBuffer in,
                        int numBytes,
                        ByteBuffer out)
        Implementations of this method are expected to call out.flip() after writing to the output buffer