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.
TisStringfor character fields andUint8Listfor binary ones. - LiteralBinaryInterpreter
- Binary data written as-is.