Io - mfichman/jogo GitHub Wiki
Io::Buffer
Container for a static array of bytes
Io::Manager
The Io::Manager coordinates coroutines that have blocked waiting for I/O, and provides the core asynchronous I/O implementation
println(str String)
Prints 'str' to standard output, and flushes the output.
print(str String)
Prints 'str' to standard output. Does not flush the output.
stderr() Io::Stream
Returns the standard error stream
stdout() Io::Stream
Returns the standard output stream
stdin() Io::Stream
Returns the standard input stream
manager() Io::Manager
Returns the default Io::Manager
Io::StreamStatus
Io::StreamMode
Io::StreamType
Io::Stream
This object is used to perform buffered character I/O on a file