Shift current cursor position by bytes.
bytes
BcsReader shift(int bytes) { _bytePosition += bytes; return this; }