Class Base1_BITMAP126
java.lang.Object
org.jpos.iso.ISOFieldPackager
org.jpos.iso.ISOBitMapPackager
org.jpos.iso.packager.Base1_BITMAP126
-
Field Summary
Fields inherited from class ISOFieldPackager
pad, trim -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbyte[]pack(ISOComponent c) intunpack(ISOComponent c, byte[] b, int offset) Methods inherited from class ISOBitMapPackager
createComponentMethods inherited from class ISOFieldPackager
getDescription, getLength, pack, readBytes, setDescription, setLength, setPad, setTrim, unpack
-
Constructor Details
-
Base1_BITMAP126
public Base1_BITMAP126() -
Base1_BITMAP126
- Parameters:
len- - field lendescription- symbolic descrption
-
-
Method Details
-
pack
- Specified by:
packin classISOFieldPackager- Parameters:
c- - a component- Returns:
- packed component
- Throws:
ISOException
-
unpack
- Specified by:
unpackin classISOFieldPackager- Parameters:
c- - the Component to unpackb- - binary imageoffset- - starting offset within the binary image- Returns:
- consumed bytes
- Throws:
ISOException
-
getMaxPackedLength
- Specified by:
getMaxPackedLengthin classISOFieldPackager
-