Overview | Methods | This Package | All Packages
Reads a byte from this stream.
Syntax
public byte readByte()
Return Value
Returns a byte of data from this stream.
Remarks
This method implements the IDataStream.readByte method. This method calls the read method to read the byte.