org.jpos.iso
Class IFA_BITMAP
java.lang.Object
org.jpos.iso.ISOFieldPackager
org.jpos.iso.ISOBitMapPackager
org.jpos.iso.IFA_BITMAP
public class IFA_BITMAP
- extends ISOBitMapPackager
ASCII packaged Bitmap
- Version:
- $Id: IFA_BITMAP.java 2594 2008-01-22 16:41:31Z apr $
- Author:
- apr@cs.com.uy
- See Also:
ISOComponent,
ISOBitMapPackager
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IFA_BITMAP
public IFA_BITMAP()
IFA_BITMAP
public IFA_BITMAP(int len,
java.lang.String description)
- Parameters:
len - - field lendescription - symbolic descrption
pack
public byte[] pack(ISOComponent c)
throws ISOException
- Specified by:
pack in class ISOFieldPackager
- Parameters:
c - - a component
- Returns:
- packed component
- Throws:
ISOException
getMaxPackedLength
public int getMaxPackedLength()
- Specified by:
getMaxPackedLength in class ISOFieldPackager
unpack
public int unpack(ISOComponent c,
byte[] b,
int offset)
throws ISOException
- Specified by:
unpack in class ISOFieldPackager
- Parameters:
c - - the Component to unpackb - - binary imageoffset - - starting offset within the binary image
- Returns:
- consumed bytes
- Throws:
ISOException
unpack
public void unpack(ISOComponent c,
java.io.InputStream in)
throws java.io.IOException,
ISOException
- Overrides:
unpack in class ISOFieldPackager
- Parameters:
c - - the Component to unpackin - - input stream
- Throws:
ISOException
java.io.IOException