ObjectInputStream.readChar

ObjectInputStream.readChar

Class Overview | Class Members | This Package | All Packages

Syntax
public char readChar() throws IOException
Returns
the 16 bit char read.
Description
Reads a 16 bit char.

Exceptions
EOFException If end of file is reached.
Exceptions
IOException If other I/O error has occurred.