public readLine() as String throws IOException:
Reads one line from the current reader position.
Next line including its line terminator when present, or "" at end-of-stream.
""
reader = StringReader("a\nb") print(reader.readLine())