Reads a value of type RInt at given address + byteOffset.
address + byteOffset
@override int readInt([int byteOffset = 0]) => ptr.readInt(byteOffset);