Writes the contents of the specified byte array to this stream.
public void writeBytes( byte[] buffer )
buffer
The byte array containing the data to write.
IOException thrown if an I/O error occurs or if the stream does not support writing.
The number of bytes written to the stream is buffer.length.
See Also IByteStream.write, readBytes