DataStream.writeChar

Overview | Methods | This Package | All Packages

DataStream.writeChar

Writes a character to this stream.

Syntax

public void writeChar( char value )

Parameters

value

The value to write.

Remarks

This method implements the IDataStream.writeChar method. This method calls the write method to write two bytes to the stream.