public static class CompressionStrategy.LZ4Decompressor extends Object implements CompressionStrategy.Decompressor
Constructor and Description |
---|
LZ4Decompressor() |
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.Decompressor
decompress
in interface CompressionStrategy.Decompressor
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.