| Package | Description |
|---|---|
| com.google.gwt.user.server.rpc |
Classes used in server-side implementation of remote procedure calls.
|
| java.lang | |
| java.nio.charset | |
| javaemul.internal |
| Modifier and Type | Field and Description |
|---|---|
static Charset |
RPCServletUtils.CHARSET_UTF8
The UTF-8 Charset.
|
| Modifier and Type | Method and Description |
|---|---|
static Charset |
RPCServletUtils.getCharset(String encoding)
Get the Charset for a named character set.
|
| Modifier and Type | Method and Description |
|---|---|
protected static String |
String.$create(byte[] bytes,
Charset charset) |
protected static String |
String.$create(byte[] bytes,
int ofs,
int len,
Charset charset) |
byte[] |
String.getBytes(Charset charset) |
| Constructor and Description |
|---|
String(byte[] bytes,
Charset charset) |
String(byte[] bytes,
int ofs,
int len,
Charset charset) |
| Modifier and Type | Field and Description |
|---|---|
static Charset |
StandardCharsets.ISO_8859_1 |
static Charset |
StandardCharsets.UTF_8 |
| Modifier and Type | Method and Description |
|---|---|
static Charset |
Charset.forName(String charsetName) |
| Modifier and Type | Method and Description |
|---|---|
static SortedMap<String,Charset> |
Charset.availableCharsets() |
| Modifier and Type | Method and Description |
|---|---|
int |
Charset.compareTo(Charset that) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmulatedCharset
Provides Charset implementations.
|
Copyright © 2018. All rights reserved.