DataInputStream.readByte

See the general contract of the <code>readByte</code> method of <code>DataInput</code>. <p> Bytes for this operation are read from the contained input stream.

@return the next byte of this input stream as a signed 8-bit <code>byte</code>. @exception EOFException if this input stream has reached the end. @exception IOException the stream has been closed and the contained input stream does not support reading after close, or another I/O error occurs. @see java.io.FilterInputStream#inputStream

class DataInputStream
final
byte
readByte
()

Meta