public class Base1_BITMAP126 extends ISOBitMapPackager
ISOComponent,
ISOBitMapPackagerpad, 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) |
createComponentgetDescription, getLength, pack, readBytes, setDescription, setLength, setPad, setTrim, unpackpublic 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 ISOFieldPackagerc - - a componentISOExceptionpublic int unpack(ISOComponent c, byte[] b, int offset) throws ISOException
unpack in class ISOFieldPackagerc - - the Component to unpackb - - binary imageoffset - - starting offset within the binary imageISOExceptionpublic int getMaxPackedLength()
getMaxPackedLength in class ISOFieldPackager