klyn.io.StringReader.close
method
public close() as Void:
Description

Closes the reader.

Example
reader = StringReader("text")
reader.close()