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$
Author:
jonathan.oconnor@xcom.de, apr@cs.com.uy
See Also:
ISOComponent

Field Summary
 
Fields inherited from class org.jpos.iso.ISOFieldPackager
pad
 
Constructor Summary
IF_CHAR()
          Used for the GenericPackager.
IF_CHAR(int len, String description)
           
 
Method Summary
 
Methods inherited from class org.jpos.iso.ISOStringFieldPackager
checkLength, getMaxPackedLength, pack, setInterpreter, setPadder, setPrefixer, unpack, unpack
 
Methods inherited from class org.jpos.iso.ISOFieldPackager
createComponent, getDescription, getLength, pack, readBytes, setDescription, setLength, setPad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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,
               String description)
Parameters:
len - - field len
description - symbolic descrption


Copyright © 1998-2012 jPOS.org. All Rights Reserved.