public class EncodingUtils
extends java.lang.Object
Constructor and Description |
---|
EncodingUtils() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(java.lang.String s) |
static byte[] |
deflate(java.lang.String s) |
static java.lang.String |
encode(byte[] b) |
static java.lang.String |
inflate(byte[] b) |