@NonNullByDefault
| Interface | Description |
|---|---|
| UnicodeCharacterReaderPushBackType |
An interface that provides unicode characters one at a time, and allows
pushing back character to the stream to be re-read later.
|
| UnicodeCharacterReaderType |
An interface that provides unicode characters one at a time.
|
| Class | Description |
|---|---|
| UnicodeCharacterReader |
The default implementation of
UnicodeCharacterReaderType. |
| Exception | Description |
|---|---|
| InvalidSurrogatePair |
An exception indicating that the character received after a high surrogate
was not a low surrogate.
|
| MissingLowSurrogate |
An exception indicating that an end-of-stream was encountered before the
low surrogate of a surrogate pair was received.
|
| OrphanLowSurrogate |
An exception indicating that a low surrogate was received outside of a
high/low surrogate pair.
|
Copyright © 2015 <code@io7m.com> http://io7m.com