JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
I
M
N
O
P
R
U
C
com.io7m.jeucreader
- package com.io7m.jeucreader
com.io7m.jeucreader.documentation
- package com.io7m.jeucreader.documentation
Documentation.
D
Documentation
- Class in
com.io7m.jeucreader.documentation
Empty placeholder for looking up resources by class.
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
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
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
P
pushCodePoint(int)
- Method in class com.io7m.jeucreader.
UnicodeCharacterReader
pushCodePoint(int)
- Method in interface com.io7m.jeucreader.
UnicodeCharacterReaderPushBackType
Push the character
c
to 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
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.
C
D
I
M
N
O
P
R
U
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015 <code@io7m.com> http://io7m.com