klyn.io.InputStream.read
method
public read() as String throws IOException
DescriptionReads the remaining data as text.
Implementations may decode bytes with a one-byte-per-character mapping.
For file-based text workflows, prefer `TextReader` / `FileReader`.
ReturnsText read from the stream.