AbstractExpandedDecoder constructor

AbstractExpandedDecoder(
  1. BitArray _information
)

Implementation

AbstractExpandedDecoder(this._information)
    : _generalDecoder = GeneralAppIdDecoder(_information);