public interface ICharacterInput
| Modifier and Type | Method and Description |
|---|---|
int |
Read(int[] chars,
int index,
int length)
Reads a sequence of Unicode code points from a data source.
|
int |
ReadChar()
Reads a Unicode code point from a data source.
|
int ReadChar()
int Read(int[] chars,
int index,
int length)
chars - Output buffer.index - A zero-based index showing where the desired portion of chars begins.length - The number of elements in the desired portion of chars
(but not more than chars 's length).NullPointerException - Should be thrown if "chars" is null.Encoding for Java documentation, generated in 2017.