|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrabbit.zip.GZipPacker
public class GZipPacker
A class that can pack gzip streams in chunked mode.
| Constructor Summary | |
|---|---|
GZipPacker(GZipPackListener listener)
|
|
| Method Summary | |
|---|---|
void |
finish()
|
boolean |
finished()
|
void |
handleCurrentData()
Handle the next block of the current data. |
boolean |
needsInput()
Check if the unpacker currently needs more data |
void |
setInput(byte[] buf,
int off,
int len)
Add more compressed data to the unpacker. |
void |
setState(rabbit.zip.GZipPackState state)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GZipPacker(GZipPackListener listener)
| Method Detail |
|---|
public boolean needsInput()
public void setInput(byte[] buf,
int off,
int len)
public void finish()
public boolean finished()
public void handleCurrentData()
public void setState(rabbit.zip.GZipPackState state)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||