| Package | Description |
|---|---|
| com.upokecenter.text |
| Modifier and Type | Method and Description |
|---|---|
ICharacterEncoder |
ICharacterEncoding.GetEncoder()
Creates an encoder for this character encoding with initial state.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Encodings.EncodeToBytes(ICharacterInput input,
ICharacterEncoder encoder)
Reads Unicode characters from a character input and writes them to a byte
array encoded using a given character encoding.
|
static void |
Encodings.EncodeToWriter(ICharacterInput input,
ICharacterEncoder encoder,
IWriter writer)
Reads Unicode characters from a character input and writes them to a byte
array encoded in a given character encoding.
|
static void |
Encodings.EncodeToWriter(ICharacterInput input,
ICharacterEncoder encoder,
OutputStream output)
Reads Unicode characters from a character input and writes them to a byte
array encoded in a given character encoding.
|
static byte[] |
Encodings.StringToBytes(ICharacterEncoder encoder,
String str)
Converts a text string to a byte array using the given character encoder.
|
Encoding for Java documentation, generated in 2017.