RandomAccessFile.writeChar

RandomAccessFile.writeChar

Class Overview | Class Members | This Package | All Packages

Syntax
public final void writeChar( int v ) throws IOException
Parameters
v
a char value to be written.
Description
Writes a char to the file as a 2-byte value, high byte first.

Exceptions
IOException if an I/O error occurs.