jPOS 1.6.1 API Documentation

org.jpos.iso
Class IF_CHAR

java.lang.Object
  extended by org.jpos.iso.ISOFieldPackager
      extended by org.jpos.iso.ISOStringFieldPackager
          extended by 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: IF_CHAR.java 2594 2008-01-22 16:41:31Z apr $
Author:
jonathan.oconnor@xcom.de, apr@cs.com.uy
See Also:
ISOComponent

Constructor Summary
IF_CHAR()
          Used for the GenericPackager.
IF_CHAR(int len, java.lang.String description)
           
 
Method Summary
 
Methods inherited from class org.jpos.iso.ISOStringFieldPackager
getMaxPackedLength, pack, setInterpreter, setPadder, setPrefixer, unpack, unpack
 
Methods inherited from class org.jpos.iso.ISOFieldPackager
createComponent, getDescription, getLength, pack, setDescription, setLength, setPad
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IF_CHAR

public IF_CHAR()
Used for the GenericPackager.


IF_CHAR

public IF_CHAR(int len,
               java.lang.String description)
Parameters:
len - - field len
description - symbolic descrption

jPOS.org