|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stc.connector.framework.util.ZIPUtils
Implements ZIP utilities.
| Constructor Summary | |
ZIPUtils()
Creates new ZIPUtils |
|
| Method Summary | |
byte[] |
deflate(byte[] msg)
Compress byte data. |
byte[] |
inflate(byte[] data)
Inflate byte data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ZIPUtils()
| Method Detail |
public byte[] deflate(byte[] msg)
throws java.io.IOException
msg - Data to compress
java.io.IOException - upon error.
public byte[] inflate(byte[] data)
throws java.io.IOException,
java.util.zip.DataFormatException
data - Data to inflate.
java.io.IOException - upon error.
java.util.zip.DataFormatException - upon error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||