Libraries anvil io OutputStream write

OutputStream write(int byte, ...)
Writes a single byte into stream.
OutputStream write(string text, ...)
Writes string into stream
OutputStream write(binary bin, ...)
Writes bytes into stream
Throws IOError -  If an I/O error occurs.