Stateful stream primitives. Implement over a string or input stream. Consumption via the read method is irreversible.
Consume at most n characters. Return the empty string if the stream is exhausted.
number of characters to read.
Generated using TypeDoc
Stateful stream primitives. Implement over a string or input stream. Consumption via the read method is irreversible.