Package com.io7m.jeucreader
Interface UnicodeCharacterReaderPushBackType
- All Superinterfaces:
UnicodeCharacterReaderType
- All Known Implementing Classes:
UnicodeCharacterReader
An interface that provides unicode characters one at a time, and allows
pushing back character to the stream to be re-read later.
-
Method Summary
Methods inherited from interface com.io7m.jeucreader.UnicodeCharacterReaderType
readCodePoint
-
Method Details
-
pushCodePoint
void pushCodePoint(int c) Push the charactercto the stream.- Parameters:
c- The character to be pushed
-