org.jpos.iso
Class IFA_AMOUNT
java.lang.Object
org.jpos.iso.ISOFieldPackager
org.jpos.iso.ISOAmountFieldPackager
org.jpos.iso.IFA_AMOUNT
public class IFA_AMOUNT
- extends ISOAmountFieldPackager
ISOFieldPackager ASCII AMOUNT.
This packager pads the amount to the left with zeros, prepends the sign amount, and
interprets the chars with an ASCII interpreter. It has no length prefix.
- Version:
- $Id$
- Author:
- jonathan.oconnor@xcom.de, apr@cs.com.uy
- See Also:
ISOFieldPackager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IFA_AMOUNT
public IFA_AMOUNT()
IFA_AMOUNT
public IFA_AMOUNT(int len,
String description)
- Parameters:
len - - field lendescription - symbolic descrption
Copyright © 1998-2012 jPOS.org. All Rights Reserved.