public interface DirectDecompressionCodec extends CompressionCodec
CompressionCodec.DataKind, CompressionCodec.Options, CompressionCodec.SpeedModifier
Modifier and Type | Method and Description |
---|---|
void |
directDecompress(ByteBuffer in,
ByteBuffer out) |
boolean |
isAvailable() |
close, compress, decompress, destroy, getDefaultOptions, getKind, reset
boolean isAvailable()
void directDecompress(ByteBuffer in, ByteBuffer out) throws IOException
IOException
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.