Package com.google.zxing.pdf417.decoder
Class PDF417CodewordDecoder
- java.lang.Object
-
- com.google.zxing.pdf417.decoder.PDF417CodewordDecoder
-
final class PDF417CodewordDecoder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static float[][]
RATIOS_TABLE
-
Constructor Summary
Constructors Modifier Constructor Description private
PDF417CodewordDecoder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static int
getBitValue(int[] moduleBitCount)
private static int
getClosestDecodedValue(int[] moduleBitCount)
private static int
getDecodedCodewordValue(int[] moduleBitCount)
(package private) static int
getDecodedValue(int[] moduleBitCount)
private static int[]
sampleBitCounts(int[] moduleBitCount)
-
-
-
Method Detail
-
getDecodedValue
static int getDecodedValue(int[] moduleBitCount)
-
sampleBitCounts
private static int[] sampleBitCounts(int[] moduleBitCount)
-
getDecodedCodewordValue
private static int getDecodedCodewordValue(int[] moduleBitCount)
-
getBitValue
private static int getBitValue(int[] moduleBitCount)
-
getClosestDecodedValue
private static int getClosestDecodedValue(int[] moduleBitCount)
-
-