DataStream.writeBytes

Overview | Methods | This Package | All Packages

DataStream.writeBytes

Writes a block of bytes to this stream.

Syntax

public void writeBytes( byte[] buffer )

Parameters

buffer

The buffer block to write.

Remarks

This method implements the IDataStream.writeBytes method. This method calls the write method to write the data.