| Package | Description |
|---|---|
| com.upokecenter.text | |
| com.upokecenter.util |
| Modifier and Type | Method and Description |
|---|---|
static String |
Encodings.DecodeToString(ICharacterEncoding encoding,
IByteReader input) |
static ICharacterInput |
Encodings.GetDecoderInput(ICharacterEncoding encoding,
IByteReader stream) |
static ICharacterInput |
Encodings.GetDecoderInputSkipBom(ICharacterEncoding encoding,
IByteReader stream) |
int |
ICharacterDecoder.ReadChar(IByteReader input) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IReader |
| Modifier and Type | Method and Description |
|---|---|
static IByteReader |
DataIO.ToByteReader(byte[] bytes)
Deprecated.
Use ToReader instead.
|
static IByteReader |
DataIO.ToByteReader(byte[] bytes,
int offset,
int length)
Deprecated.
Use ToReader instead.
|
static IByteReader |
DataIO.ToByteReader(InputStream input)
Deprecated.
Use ToReader instead.
|
Encoding for Java documentation, generated in 2017.