Uses of Interface
com.solab.iso8583.CustomBinaryField
-
Packages that use CustomBinaryField Package Description com.solab.iso8583.codecs -
-
Uses of CustomBinaryField in com.solab.iso8583.codecs
Classes in com.solab.iso8583.codecs that implement CustomBinaryField Modifier and Type Class Description class
BigIntBcdCodec
A custom field encoder/decoder to be used with LLBIN/LLLBIN fields that contain BigIntegers in BCD encoding.class
CompositeField
A codec to manage subfields inside a field of a certain type.class
LongBcdCodec
A custom field encoder/decoder to be used with LLBIN/LLLBIN fields that contain Longs in BCD encoding.
-