Package com.io7m.jeucreader
@Export
@Version("3.0.0")
package com.io7m.jeucreader
Unicode codepoint reader.
-
ClassDescriptionAn exception indicating that the character received after a high surrogate was not a low surrogate.An exception indicating that an end-of-stream was encountered before the low surrogate of a surrogate pair was received.An exception indicating that a low surrogate was received outside of a high/low surrogate pair.The default implementation of
UnicodeCharacterReaderType.An interface that provides unicode characters one at a time, and allows pushing back character to the stream to be re-read later.An interface that provides unicode characters one at a time.