| Package | Description |
|---|---|
| com.upokecenter.text | |
| com.upokecenter.util |
| Modifier and Type | Method and Description |
|---|---|
static String |
Encodings.DecodeToString(ICharacterEncoding encoding,
IByteReader input)
Reads bytes from a data source and converts the bytes from a given encoding
to a text string.
|
static ICharacterInput |
Encodings.GetDecoderInput(ICharacterEncoding encoding,
IByteReader stream)
Converts a character encoding into a character input stream, given a
streamable source of bytes.
|
static ICharacterInput |
Encodings.GetDecoderInputSkipBom(ICharacterEncoding encoding,
IByteReader stream)
Converts a character encoding into a character input stream, given a
streamable source of bytes.
|
int |
ICharacterDecoder.ReadChar(IByteReader input)
Reads bytes from an input transform until a Unicode code point is decoded or
until the end of the stream is reached.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IReader
A generic interface for reading bytes of data from a data source.
|
| 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.