Index
All Classes and Interfaces|All Packages|Serialized Form
C
- com.io7m.jeucreader - package com.io7m.jeucreader
-
Unicode codepoint reader.
I
- InvalidSurrogatePair - Exception in com.io7m.jeucreader
-
An exception indicating that the character received after a high surrogate was not a low surrogate.
- InvalidSurrogatePair(String) - Constructor for exception com.io7m.jeucreader.InvalidSurrogatePair
-
Construct an exception.
M
- MissingLowSurrogate - Exception in com.io7m.jeucreader
-
An exception indicating that an end-of-stream was encountered before the low surrogate of a surrogate pair was received.
- MissingLowSurrogate(String) - Constructor for exception com.io7m.jeucreader.MissingLowSurrogate
-
Construct an exception.
N
- newReader(Reader) - Static method in class com.io7m.jeucreader.UnicodeCharacterReader
-
Construct a new character reader from the given reader.
O
- OrphanLowSurrogate - Exception in com.io7m.jeucreader
-
An exception indicating that a low surrogate was received outside of a high/low surrogate pair.
- OrphanLowSurrogate(String) - Constructor for exception com.io7m.jeucreader.OrphanLowSurrogate
-
Construct an exception.
P
- pushCodePoint(int) - Method in class com.io7m.jeucreader.UnicodeCharacterReader
- pushCodePoint(int) - Method in interface com.io7m.jeucreader.UnicodeCharacterReaderPushBackType
-
Push the character
cto the stream.
R
- readCodePoint() - Method in class com.io7m.jeucreader.UnicodeCharacterReader
- readCodePoint() - Method in interface com.io7m.jeucreader.UnicodeCharacterReaderType
U
- UnicodeCharacterReader - Class in com.io7m.jeucreader
-
The default implementation of
UnicodeCharacterReaderType. - UnicodeCharacterReader(Reader) - Constructor for class com.io7m.jeucreader.UnicodeCharacterReader
-
Construct a new codepoint reader.
- UnicodeCharacterReaderPushBackType - Interface in com.io7m.jeucreader
-
An interface that provides unicode characters one at a time, and allows pushing back character to the stream to be re-read later.
- UnicodeCharacterReaderType - Interface in com.io7m.jeucreader
-
An interface that provides unicode characters one at a time.
All Classes and Interfaces|All Packages|Serialized Form