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

BARS_IN_MODULE → const int
MAX_CODEWORDS_IN_BARCODE → const int
MAX_ROWS_IN_BARCODE → const int
MIN_ROWS_IN_BARCODE → const int
MODULES_IN_CODEWORD → const int
MODULES_IN_STOP_PATTERN → const int
NUMBER_OF_CODEWORDS → const int
SYMBOL_TABLE → 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.