Stream.write()

DESCRIPTION

Write bytes to a stream. This function blocks until the bytes has been written to the stream.

DECLARATION

    public void write(byte[] bytes)

PARAMETERS

bytes:
The bytes to write to the stream.