|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrabbit.zip.DeCompressor
public class DeCompressor
GZipState for uncompressing the 'deflate' data
Constructor Summary | |
---|---|
DeCompressor(GZipUnpackListener listener)
|
Method Summary | |
---|---|
void |
handleBuffer(GZipUnpacker unpacker,
byte[] buf,
int off,
int len)
Handle a buffer. |
void |
handleCurrentData(GZipUnpacker unpacker)
Handle the next block of the current data. |
boolean |
needsInput()
Check if the unpacker currently needs more data |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeCompressor(GZipUnpackListener listener)
Method Detail |
---|
public boolean needsInput()
public void handleBuffer(GZipUnpacker unpacker, byte[] buf, int off, int len)
buf
- the data to be handled.off
- the start offset of the data.len
- the length of the data.public void handleCurrentData(GZipUnpacker unpacker)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |