OutputStream

An output data stream

OutputStream.flush

Flushes data in this output stream.
overload 1:
OutputStream:flush()
Method Property Fluent Description Representation
Return Value nil

OutputStream.write

Writes one byte to this stream
overload 1:
OutputStream:write(b)
Method Property Fluent Description Representation
b accepts an Integer
Return Value nil

OutputStream.close

Closes this output stream.
overload 1:
OutputStream:close()
Method Property Fluent Description Representation
Return Value nil
a a