DataOutput.writeChar

DataOutput.writeChar

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void writeChar( int v ) throws IOException
Parameters
v
the char value to be written.
Description
Writes a char value to this output stream.

Exceptions
IOException if an I/O error occurs.