Writes a block of bytes to this stream.
public void writeBytes( byte[] buffer )
buffer
The buffer block to write.
This method implements the IDataStream.writeBytes method. This method calls the write method to write the data.