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

checkCharset(String input, int max, String errorMessage) → void
Check if input is only made of characters between 0 and the upper limit @param input the input @param max the upper limit for charset @param errorMessage the message to explain the error @throws WriterException exception highlighting the offending character and a suggestion to avoid the error
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>