klyn.io.ConsoleTextReader.readAllText
method
public readAllText() as String throws IOException:
Description

Reads all remaining text from standard input.

Returns

Remaining input text, or an empty string at end-of-stream.

Throws
  • IOException if standard input cannot be read.
Example

content = Application.in.readAllText()