org.apache.hadoop.io.compress
Interface DirectDecompressor


@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface DirectDecompressor

Specification of a direct ByteBuffer 'de-compressor'.


Method Summary
 void decompress(ByteBuffer src, ByteBuffer dst)
           
 

Method Detail

decompress

void decompress(ByteBuffer src,
                ByteBuffer dst)
                throws IOException
Throws:
IOException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.