public final class UTF8 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UTF8.Options |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(String byteString) |
static String |
decode(String byteString,
UTF8.Options opts) |
static String |
encode(String string) |
static String |
encode(String string,
UTF8.Options opts) |
public static String encode(String string) throws UTF8Exception
UTF8Exceptionpublic static String encode(String string, UTF8.Options opts) throws UTF8Exception
UTF8Exceptionpublic static String decode(String byteString) throws UTF8Exception
UTF8Exceptionpublic static String decode(String byteString, UTF8.Options opts) throws UTF8Exception
UTF8ExceptionCopyright © 2017. All rights reserved.