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