A C D E F G H I J L M N P R S T V W

F

FieldParseInfo - Class in com.solab.iso8583.parse
This class contains the information needed to parse a field from a message buffer.
FieldParseInfo(IsoType, int) - Constructor for class com.solab.iso8583.parse.FieldParseInfo
Creates a new instance that parses a value of the specified type, with the specified length.
format(Date) - Method in enum com.solab.iso8583.IsoType
Formats a Date if the receiver is DATE10, DATE4, DATE_EXP or TIME; throws an exception otherwise.
format(String, int) - Method in enum com.solab.iso8583.IsoType
Formats the string to the given length (length is only useful if type is ALPHA).
format(long, int) - Method in enum com.solab.iso8583.IsoType
Formats the integer value as a NUMERIC, an AMOUNT, or a String.
format(BigDecimal, int) - Method in enum com.solab.iso8583.IsoType
Formats the BigDecimal as an AMOUNT, NUMERIC, or a String.

A C D E F G H I J L M N P R S T V W