Class AbstractRSSReader

    • Constructor Detail

      • AbstractRSSReader

        protected AbstractRSSReader()
    • Method Detail

      • getDecodeFinderCounters

        protected final int[] getDecodeFinderCounters()
      • getDataCharacterCounters

        protected final int[] getDataCharacterCounters()
      • getOddRoundingErrors

        protected final float[] getOddRoundingErrors()
      • getEvenRoundingErrors

        protected final float[] getEvenRoundingErrors()
      • getOddCounts

        protected final int[] getOddCounts()
      • getEvenCounts

        protected final int[] getEvenCounts()
      • count

        protected static int count​(int[] array)
      • increment

        protected static void increment​(int[] array,
                                        float[] errors)
      • decrement

        protected static void decrement​(int[] array,
                                        float[] errors)
      • isFinderPattern

        protected static boolean isFinderPattern​(int[] counters)