Read single 8 bit unsigned integer.
@protected Future<int> readUint8() async => (await readBytes(1))[0];