public interface UnicodeCharacterReaderType
| Modifier and Type | Method and Description |
|---|---|
int |
readCodePoint() |
int readCodePoint()
throws IOException
-1 at end-of-stream.IOException - On I/O errorsInvalidSurrogatePair - If the character received after a high surrogate was not a low
surrogate.MissingLowSurrogate - If an end-of-stream was encountered before the low surrogate of
a surrogate pair was received.OrphanLowSurrogate - If a low surrogate was received outside of a high/low surrogate
pair.Copyright © 2015 <code@io7m.com> http://io7m.com