readUInt
Removes four bytes from this source and returns an unsigned integer composed of it according to the big-endian order.
Throws
when there are not enough data to read an unsigned int value.
when the source is closed.
when some I/O error occurs.