Package org.apache.druid.segment.data
Interface CompressionStrategy.Decompressor
- All Known Implementing Classes:
CompressionStrategy.LZ4Decompressor,CompressionStrategy.LZFDecompressor,CompressionStrategy.UncompressedDecompressor,CompressionStrategy.ZstdDecompressor
- Enclosing class:
- CompressionStrategy
public static interface CompressionStrategy.Decompressor
-
Method Summary
Modifier and TypeMethodDescriptionvoiddecompress(ByteBuffer in, int numBytes, ByteBuffer out) Implementations of this method are expected to call out.flip() after writing to the output buffer
-
Method Details
-
decompress
Implementations of this method are expected to call out.flip() after writing to the output buffer
-