PDF417HighLevelEncoder class

PDF417 high-level encoder following the algorithm described in ISO/IEC 15438:2001(E) in annex P.

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

encodeHighLevel(String msg, Compaction compaction, Encoding? encoding, bool autoECI) String
Performs high-level encoding of a PDF417 message using the algorithm described in annex P of ISO/IEC 15438:2001(E). If byte compaction has been selected, then only byte compaction is used.
subBytes(ECIInput input, int start, int end) List<int>