|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcluster5.shared.utils.ZipTools
public class ZipTools
| Constructor Summary | |
|---|---|
ZipTools()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
unzipObject(byte[] b)
Decompresses Object stored in byte array and returns it. |
static byte[] |
zipObject(java.lang.Object o)
Compresses an Object and returns it as byte array. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZipTools()
| Method Detail |
|---|
public static byte[] zipObject(java.lang.Object o)
o - object to serialize and compress
public static java.lang.Object unzipObject(byte[] b)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||