readUInt

fun Buffer.readUInt(): UInt

Read an unsigned integer or fail if not enough bytes available for reading. The numeric value is decoded in the network order (Big Endian).


inline fun ChunkBuffer.readUInt(): UInt
inline fun Input.readUInt(): UInt