Reads a part of the buffer starting at offset as an Uint8 value.
offset
int readUint8(int offset) { return readFromBufferAsUnsigned(this, offset, 1); }