public class UTF8
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
UTF8_CHARSET_NAME |
| Constructor and Description |
|---|
UTF8() |
| Modifier and Type | Method and Description |
|---|---|
static java.nio.ByteBuffer |
encode(java.lang.CharSequence charSequence) |
static java.nio.ByteBuffer |
encode(java.lang.String string) |
public static final java.lang.String UTF8_CHARSET_NAME