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