public readAllText() as String throws IOException:
Reads the remaining text.
Remaining text, or "" at end-of-stream.
""
reader = StringReader("text") print(reader.readAllText())