Class RSS14Reader

  • All Implemented Interfaces:
    Reader

    public final class RSS14Reader
    extends AbstractRSSReader
    Decodes RSS-14, including truncated and stacked variants. See ISO/IEC 24724:2006.
    • Field Detail

      • OUTSIDE_EVEN_TOTAL_SUBSET

        private static final int[] OUTSIDE_EVEN_TOTAL_SUBSET
      • INSIDE_ODD_TOTAL_SUBSET

        private static final int[] INSIDE_ODD_TOTAL_SUBSET
      • OUTSIDE_GSUM

        private static final int[] OUTSIDE_GSUM
      • INSIDE_GSUM

        private static final int[] INSIDE_GSUM
      • OUTSIDE_ODD_WIDEST

        private static final int[] OUTSIDE_ODD_WIDEST
      • INSIDE_ODD_WIDEST

        private static final int[] INSIDE_ODD_WIDEST
      • FINDER_PATTERNS

        private static final int[][] FINDER_PATTERNS
      • possibleLeftPairs

        private final java.util.List<Pair> possibleLeftPairs
      • possibleRightPairs

        private final java.util.List<Pair> possibleRightPairs
    • Constructor Detail

      • RSS14Reader

        public RSS14Reader()