DataStream.writeInt

Overview | Methods | This Package | All Packages

DataStream.writeInt

Writes an integer to this stream.

Syntax

public void writeInt( int value )

Parameters

value

The value to write.

Remarks

This method implements the IDataStream.writeInt method. This method calls the write method to write four bytes to the stream.


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