public class Utf8Charset
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.nio.charset.Charset |
INSTANCE |
static java.lang.String |
NAME |
| Constructor and Description |
|---|
Utf8Charset() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
decodeUTF8(byte[] bytes) |
static byte[] |
encodeUTF8(java.lang.String str) |
public static final java.lang.String NAME
public static final java.nio.charset.Charset INSTANCE