AbstractRSSReader constructor

AbstractRSSReader()

Implementation

AbstractRSSReader()
    : _decodeFinderCounters = List.filled(4, 0),
      _dataCharacterCounters = List.filled(8, 0),
      _oddRoundingErrors = List.filled(4, 0),
      _evenRoundingErrors = List.filled(4, 0),
      _oddCounts = List.filled(4, 0),
      _evenCounts = List.filled(4, 0);