public class Base1_BITMAP126 extends ISOBitMapPackager
ISOComponent
,
ISOBitMapPackager
pad, trim
Constructor and Description |
---|
Base1_BITMAP126() |
Base1_BITMAP126(int len,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxPackedLength() |
byte[] |
pack(ISOComponent c) |
int |
unpack(ISOComponent c,
byte[] b,
int offset) |
createComponent
getDescription, getLength, pack, readBytes, setDescription, setLength, setPad, setTrim, unpack
public Base1_BITMAP126()
public Base1_BITMAP126(int len, java.lang.String description)
len
- - field lendescription
- symbolic descrptionpublic byte[] pack(ISOComponent c) throws ISOException
pack
in class ISOFieldPackager
c
- - a componentISOException
public int unpack(ISOComponent c, byte[] b, int offset) throws ISOException
unpack
in class ISOFieldPackager
c
- - the Component to unpackb
- - binary imageoffset
- - starting offset within the binary imageISOException
public int getMaxPackedLength()
getMaxPackedLength
in class ISOFieldPackager