CrystalIso8583::Shared::Codec
Instance methods
Decode raw field bytes into a String.
length is the logical field length (number of characters/digits), not the byte count.
Binary fields (DataType::B) are returned as lowercase hex strings.
Encode a field value string using the codec rules for the given data type.
Number of wire bytes occupied by length field-units of data_type.
Number of bytes used by a variable-length prefix with digits digit positions.
Nested types
- CrystalIso8583::Shared::Codec::ASCII
- CrystalIso8583::Shared::Codec::BCD
- CrystalIso8583::Shared::Codec::Configurable
- CrystalIso8583::Shared::Codec::EBCDIC
- CrystalIso8583::Shared::Codec::LengthEncoding
- CrystalIso8583::Shared::Codec::MtiEncoding
- CrystalIso8583::Shared::Codec::NumericEncoding
- CrystalIso8583::Shared::Codec::TextEncoding