Previews a future uint8 without advancing in the byte list.
int previewUint8(int index) { return _byteData.getUint8(this.index + index); }