Reads a boolean value from this stream.
public boolean readBoolean()
Returns true if the byte is non-zero, or returns false if the byte is zero.
This method implements the IDataStream.readBoolean method. This method calls the read method to read a byte.