Package org.apache.druid.segment.data
Class CompressionStrategy.UncompressedDecompressor
java.lang.Object
org.apache.druid.segment.data.CompressionStrategy.UncompressedDecompressor
- All Implemented Interfaces:
CompressionStrategy.Decompressor
- Enclosing class:
- CompressionStrategy
public static class CompressionStrategy.UncompressedDecompressor
extends Object
implements CompressionStrategy.Decompressor
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
UncompressedDecompressor
public UncompressedDecompressor()
-
-
Method Details
-
decompress
Description copied from interface:CompressionStrategy.DecompressorImplementations of this method are expected to call out.flip() after writing to the output buffer- Specified by:
decompressin interfaceCompressionStrategy.Decompressor
-