Reads a byte from this stream.
public byte readByte()
Returns a byte of data from this stream.
This method implements the IDataStream.readByte method. This method calls the read method to read the byte.