|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smaxe.uv.client.ByteArrayUtils
public final class ByteArrayUtils
ByteArrayUtils - ByteArray utility methods.
| Method Summary | |
|---|---|
static ByteArray |
compress(ByteArray array)
Compresses array using zlib. |
static ByteArray |
uncompress(ByteArray array)
Decompresses array using zlib. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ByteArray compress(ByteArray array)
throws java.lang.Exception
array using zlib.
array -
java.lang.Exception - if an exception occurred
public static ByteArray uncompress(ByteArray array)
throws java.lang.Exception
array using zlib.
array -
java.lang.Exception - if an exception occurred
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||