Writes a character to this stream.
public void writeChar( char value )
value
The character value to write.
IOException thrown if an I/O error occurs or if the stream does not support writing.
The current position is advanced by two bytes.
See Also readChar