iso8583/interpreter library

Classes

AsciiHexInterpreter
Binary data written as two ASCII hex characters per byte.
AsciiInterpreter
Characters in the host charset (Windows-1256), one byte per character.
BcdInterpreter
Packed decimal, two digits per byte.
HexInterpreter
Like BcdInterpreter but every nibble is a hex digit, so A-F survive.
IsoInterpreter<T>
Turns a field value into bytes and back. T is String for character fields and Uint8List for binary ones.
LiteralBinaryInterpreter
Binary data written as-is.