int readShort([Endian endian = Endian.big]) { var oldOffset = _offset; _offset += 2; return view.getInt16(oldOffset, endian); }