public final class ByteArrayUtils
extends java.lang.Object
ByteArrayUtils
- ByteArray
utility methods.Modifier and Type | Method and Description |
---|---|
static ByteArray |
compress(ByteArray array)
Compresses
array using zlib. |
static ByteArray |
uncompress(ByteArray array)
Decompresses
array using zlib. |