public abstract class AbstractRSSReader extends OneDReader
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRSSReader()
|
| Modifier and Type | Method and Description |
|---|---|
protected static int |
count(int[] array)
|
protected static void |
decrement(int[] array, float[] errors)
|
protected int[] |
getDataCharacterCounters()
|
protected int[] |
getDecodeFinderCounters()
|
protected int[] |
getEvenCounts()
|
protected float[] |
getEvenRoundingErrors()
|
protected int[] |
getOddCounts()
|
protected float[] |
getOddRoundingErrors()
|
protected static void |
increment(int[] array, float[] errors)
|
protected static boolean |
isFinderPattern(int[] counters)
|
protected static int |
parseFinderValue(int[] counters, int[][] finderPatterns)
|
decode, decode, decodeRow, patternMatchVariance, recordPattern, recordPatternInReverse, resetprotected final int[] getDecodeFinderCounters()
protected final int[] getDataCharacterCounters()
protected final float[] getOddRoundingErrors()
protected final float[] getEvenRoundingErrors()
protected final int[] getOddCounts()
protected final int[] getEvenCounts()
protected static int parseFinderValue(int[] counters,
int[][] finderPatterns)
throws NotFoundException
NotFoundException
protected static int count(int[] array)
protected static void increment(int[] array,
float[] errors)protected static void decrement(int[] array,
float[] errors)protected static boolean isFinderPattern(int[] counters)