public interface StringEncoding
byte[] encode(java.lang.String str)
str - the string to encodejava.lang.String decode(byte[] bytes,
int start,
int length)
bytes - the byte arraystart - the start offset in the byte arraylength - the length of the encoded string in the byte array