PDF417Common class

@author SITA Lab (kevin.osullivan@sita.aero) @author Guenther Grau

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getBitCountSum(List<int> moduleBitCount) int
@param moduleBitCount values to sum @return sum of values @deprecated call {@link MathUtils#sum(List
getCodeword(int symbol) int
@param symbol encoded symbol to translate to a codeword @return the codeword corresponding to the symbol.
toIntArray(List<int>? list) List<int>

Constants

barsInModule → const int
maxCodewordsInBarcode → const int
maxRowsInBarcode → const int
minRowsInBarcode → const int
modulesInCodeword → const int
modulesInStopPattern → const int
numerOfCodewords → const int
symbolTable → const List<int>
The sorted table of all possible symbols. Extracted from the PDF417 specification. The index of a symbol in this table corresponds to the index into the codeword table.