Class BlockDecompressorHelper

java.lang.Object
org.apache.hadoop.hbase.io.compress.BlockDecompressorHelper

@Private public class BlockDecompressorHelper extends Object
Helper to decompress a ByteBuff that was created by a BlockCompressorStream, or is at least in the same format. Parses the binary format and delegates actual decompression work to the provided BlockDecompressorHelper.RawDecompressor. Note that the use of the word "block" here does not refer to an HFile block.