Package java.ioClass RandomAccessFile
final void writeChar(int c)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Writes a char to the file as a two-byte value, high byte first. The write starts at the current position of the file pointer.