pub fn read_unsigned_int<B: Buf>(buf: &mut B) -> Result<i64>
Java ByteUtils.readUnsignedInt.
ByteUtils.readUnsignedInt
Same bits as get_u32, returned as i64 (getInt() & 0xffffffffL).
get_u32
i64
getInt() & 0xffffffffL