org.jpos.iso
Class IF_CHAR
java.lang.Object
org.jpos.iso.ISOFieldPackager
org.jpos.iso.ISOStringFieldPackager
org.jpos.iso.IF_CHAR
public class IF_CHAR
- extends ISOStringFieldPackager
The IF_CHAR packager pads to the right with spaces, truncating data that is too long.
It uses a literal interpreter and has no length prefix.
- Version:
- $Id$
- Author:
- jonathan.oconnor@xcom.de, apr@cs.com.uy
- See Also:
ISOComponent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IF_CHAR
public IF_CHAR()
- Used for the GenericPackager.
IF_CHAR
public IF_CHAR(int len,
String description)
- Parameters:
len - - field lendescription - symbolic descrption
Copyright © 1998-2012 jPOS.org. All Rights Reserved.