DataOutputStream.writeChar
Class Overview | Class Members |
This Package |
All Packages
public final void writeChar( int v ) throws IOException
Parameters
- v
- a char value to be written.
Description
Writes a char to the underlying output stream as a
2-byte value, high byte first.
Exceptions
IOException
if an I/O error occurs.
See Also
out