DataInput.readByte
Interface Overview | Interface Members |
This Package |
All Packages
public abstract byte readByte() throws IOException
Returns
the 8-bit value read.
Description
Reads a signed 8-bit 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.