DataStream.writeByte

Overview | Methods | This Package | All Packages

DataStream.writeByte

Writes a byte to this stream.

Syntax

public void writeByte( byte value )

Parameters

value

The value to write.

Remarks

This method implements the IDataStream.writeByte method. This method calls the write method to write the byte to the stream.


Send feedback to MSDN.Look here for MSDN Online resources.