jPOS 1.6.7 API Documentation

org.jpos.iso
Class IF_ECHAR

java.lang.Object
  extended by org.jpos.iso.ISOFieldPackager
      extended by org.jpos.iso.IF_ECHAR

Deprecated. Use IFE_CHAR instead

public class IF_ECHAR
extends ISOFieldPackager

ISOFieldPackager CHARACTERS (ASCII & BINARY) EBCDIC version of IF_CHAR

Version:
$Id: IF_ECHAR.java 2854 2010-01-02 10:34:31Z apr $
Author:
apr@cs.com.uy
See Also:
IF_CHAR, ISOComponent

Constructor Summary
IF_ECHAR()
          Deprecated.  
IF_ECHAR(int len, java.lang.String description)
          Deprecated.  
 
Method Summary
 int getMaxPackedLength()
          Deprecated.  
 byte[] pack(ISOComponent c)
          Deprecated.  
 int unpack(ISOComponent c, byte[] b, int offset)
          Deprecated.  
 
Methods inherited from class org.jpos.iso.ISOFieldPackager
createComponent, getDescription, getLength, pack, setDescription, setLength, setPad, unpack
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IF_ECHAR

public IF_ECHAR()
Deprecated. 

IF_ECHAR

public IF_ECHAR(int len,
                java.lang.String description)
Deprecated. 
Parameters:
len - - field len
description - symbolic descrption
Method Detail

pack

public byte[] pack(ISOComponent c)
            throws ISOException
Deprecated. 
Specified by:
pack in class ISOFieldPackager
Parameters:
c - - a component
Returns:
packed component
Throws:
ISOException

unpack

public int unpack(ISOComponent c,
                  byte[] b,
                  int offset)
           throws ISOException
Deprecated. 
Specified by:
unpack in class ISOFieldPackager
Parameters:
c - - the Component to unpack
b - - binary image
offset - - starting offset within the binary image
Returns:
consumed bytes
Throws:
ISOException

getMaxPackedLength

public int getMaxPackedLength()
Deprecated. 
Specified by:
getMaxPackedLength in class ISOFieldPackager

jPOS.org