IDataStream.readByte

Overview | Methods | This Package | All Packages

IDataStream.readByte

Reads a byte from this stream.

Syntax

public byte readByte()

Return Value

Returns the byte value that was read.

Exceptions

IOException thrown if an I/O error occurs or if the stream does not support reading.

EOFException thrown if the stream is at the end.

Remarks

The current position is advanced by one byte.

See Also   writeByte