Class IFMC_LLCHAR
java.lang.Object
org.jpos.iso.ISOFieldPackager
org.jpos.iso.ISOTagStringFieldPackager
org.jpos.iso.IFMC_LLCHAR
Similar to Europay format, but instead of LLTT it's TTLL
Format TTLL....
Where
TT is the 2 digit field number (Tag)
LL is the 2 digit field length
.. is the field content
- See Also:
-
Field Summary
Fields inherited from class ISOFieldPackager
pad, trim -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ISOTagStringFieldPackager
getMaxPackedLength, pack, setInterpreter, setPadder, setPrefixer, unpack, unpackMethods inherited from class ISOFieldPackager
createComponent, getDescription, getLength, pack, readBytes, setDescription, setLength, setPad, setTrim
-
Constructor Details
-
IFMC_LLCHAR
public IFMC_LLCHAR() -
IFMC_LLCHAR
- Parameters:
len- - field lendescription- symbolic descrption
-