JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.hadoop.hbase.io.compress
Interface BlockDecompressorHelper.RawDecompressor
Enclosing class:
BlockDecompressorHelper
public static interface
BlockDecompressorHelper.RawDecompressor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
decompress
(
ByteBuff
output,
ByteBuff
input, int inputLen)
Method Details
decompress
int
decompress
(
ByteBuff
output,
ByteBuff
input, int inputLen)
throws
IOException
Throws:
IOException