ObjectInputStream.readByte
Class Overview | Class Members |
This Package |
All Packages
public byte readByte() throws IOException
Returns
the 8 bit byte read.
Description
Reads an 8 bit byte.
Exceptions
EOFException
If end of file is reached.
Exceptions
IOException
If other I/O error has occurred.