State constructor
State(
- Token _token,
- HighLevelEncoderMode _mode,
- int _binaryShiftByteCount,
- int _bitCount, [
- int? binaryShiftCost,
Implementation
State(
this._token,
this._mode,
this._binaryShiftByteCount,
this._bitCount, [
int? binaryShiftCost,
]) : _binaryShiftCost =
binaryShiftCost ?? _calculateBinaryShiftCost(_binaryShiftByteCount);