public class IFA_LLABINARY extends ISOFieldPackager
ISOComponentpad, trim| Constructor and Description |
|---|
IFA_LLABINARY() |
IFA_LLABINARY(int len,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
ISOComponent |
createComponent(int fieldNumber) |
int |
getMaxPackedLength() |
byte[] |
pack(ISOComponent c) |
int |
unpack(ISOComponent c,
byte[] b,
int offset) |
void |
unpack(ISOComponent c,
java.io.InputStream in) |
getDescription, getLength, pack, readBytes, setDescription, setLength, setPad, setTrimpublic IFA_LLABINARY()
public IFA_LLABINARY(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 ISOComponent createComponent(int fieldNumber)
createComponent in class ISOFieldPackagerpublic int getMaxPackedLength()
getMaxPackedLength in class ISOFieldPackagerpublic void unpack(ISOComponent c, java.io.InputStream in) throws java.io.IOException, ISOException
unpack in class ISOFieldPackagerc - - the Component to unpackin - - input streamISOExceptionjava.io.IOException