public class UTF8 extends Object
| Constructor and Description | 
|---|
UTF8()  | 
| Modifier and Type | Method and Description | 
|---|---|
static byte[] | 
getBytes(String str)  | 
static boolean | 
isEncoding(String encoding,
          byte[] input)  | 
static boolean | 
isUTF8(byte[] input)  | 
static String | 
toString(byte[] input)  |