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