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