Stream Reader
Read the provided stream of code points into String and implement look-ahead operations. Checks if code points are in the allowed range.
Parameters
load Settings
configuration options
stream
the input
Properties
Functions
Link copied to clipboard
read the next length characters and move the pointer.
Link copied to clipboard
prefix(length)
immediately followed by forward(length)
Link copied to clipboard
Reset the position to start (at the start of a new document in the stream)