|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.zip.Inflater
org.apache.hadoop.io.compress.zlib.BuiltInZlibInflater
public class BuiltInZlibInflater
A wrapper around java.util.zip.Inflater to make it conform to org.apache.hadoop.io.compress.Decompressor interface.
Constructor Summary | |
---|---|
BuiltInZlibInflater()
|
|
BuiltInZlibInflater(boolean nowrap)
|
Method Summary | |
---|---|
int |
decompress(byte[] b,
int off,
int len)
Fills specified buffer with uncompressed data. |
Methods inherited from class java.util.zip.Inflater |
---|
end, finalize, finished, getAdler, getBytesRead, getBytesWritten, getRemaining, getTotalIn, getTotalOut, inflate, inflate, needsDictionary, needsInput, reset, setDictionary, setDictionary, setInput, setInput |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.hadoop.io.compress.Decompressor |
---|
end, finished, needsDictionary, needsInput, reset, setDictionary, setInput |
Constructor Detail |
---|
public BuiltInZlibInflater(boolean nowrap)
public BuiltInZlibInflater()
Method Detail |
---|
public int decompress(byte[] b, int off, int len) throws java.io.IOException
Decompressor
decompress
in interface Decompressor
b
- Buffer for the compressed dataoff
- Start offset of the datalen
- Size of the buffer
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |