public class UTF8 extends Object
UTF8()
static byte[]
getBytes(String str)
static boolean
isEncoding(String encoding, byte[] input)
isUTF8(byte[] input)
static String
toString(byte[] input)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UTF8()
public static byte[] getBytes(String str)
public static boolean isEncoding(String encoding, byte[] input)
public static boolean isUTF8(byte[] input)
public static String toString(byte[] input)