Package java.io
Class RandomAccessFile

Public Method writeChar

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.