DataInput.readChar
Interface Overview | Interface Members |
This Package |
All Packages
public abstract char readChar() throws IOException
Returns
the Unicode char read.
Description
Reads a Unicode char value from the input stream.
Exceptions
EOFException
if this stream reaches the end before reading
all the bytes.
Exceptions
IOException
if an I/O error occurs.