Writes a character to this stream.
public void writeChar( char value )
value
The value to write.
This method implements the IDataStream.writeChar method. This method calls the write method to write two bytes to the stream.