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