@override int? readUint8() { try { final res = _data.getUint8(_ptr); _ptr += 1; return res; } on ArgumentError { return null; } }