klyn.io.StringReader.readAllText
method
public readAllText() as String throws IOException:
Description

Reads the remaining text.

Returns

Remaining text, or "" at end-of-stream.

Throws
  • IOException if a reader error occurs.
Example
reader = StringReader("text")
print(reader.readAllText())