Class Lz4Decompressor
java.lang.Object
org.apache.hadoop.hbase.io.compress.lz4.Lz4Decompressor
- All Implemented Interfaces:
- org.apache.hadoop.io.compress.Decompressor
@Private
public class Lz4Decompressor
extends Object
implements org.apache.hadoop.io.compress.Decompressor
Hadoop decompressor glue for lz4-java.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected intprotected net.jpountz.lz4.LZ4SafeDecompressorprotected booleanprotected ByteBufferprotected intprotected ByteBuffer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintdecompress(byte[] b, int off, int len) voidend()booleanfinished()intbooleanbooleanvoidreset()voidsetDictionary(byte[] b, int off, int len) voidsetInput(byte[] b, int off, int len) 
- 
Field Details- 
decompressor
- 
inBuf
- 
outBuf
- 
bufferSize
- 
inLen
- 
finished
 
- 
- 
Constructor Details- 
Lz4DecompressorLz4Decompressor(int bufferSize) 
 
- 
- 
Method Details- 
decompress- Specified by:
- decompressin interface- org.apache.hadoop.io.compress.Decompressor
- Throws:
- IOException
 
- 
end- Specified by:
- endin interface- org.apache.hadoop.io.compress.Decompressor
 
- 
finished- Specified by:
- finishedin interface- org.apache.hadoop.io.compress.Decompressor
 
- 
getRemaining- Specified by:
- getRemainingin interface- org.apache.hadoop.io.compress.Decompressor
 
- 
needsDictionary- Specified by:
- needsDictionaryin interface- org.apache.hadoop.io.compress.Decompressor
 
- 
reset- Specified by:
- resetin interface- org.apache.hadoop.io.compress.Decompressor
 
- 
needsInput- Specified by:
- needsInputin interface- org.apache.hadoop.io.compress.Decompressor
 
- 
setDictionary- Specified by:
- setDictionaryin interface- org.apache.hadoop.io.compress.Decompressor
 
- 
setInput- Specified by:
- setInputin interface- org.apache.hadoop.io.compress.Decompressor
 
 
-