public class IF_NOP extends ISOFieldPackager
ISOComponent,
IFA_LLNUMpad, trim| Constructor and Description |
|---|
IF_NOP() |
IF_NOP(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, unpackpublic IF_NOP()
public IF_NOP(int len,
java.lang.String description)
len - - field lendescription - symbolic descrptionpublic byte[] pack(ISOComponent c)
pack in class ISOFieldPackagerc - - a componentISOExceptionpublic int unpack(ISOComponent c, byte[] b, int offset)
unpack in class ISOFieldPackagerc - - the Component to unpackb - - binary imageoffset - - starting offset within the binary imagepublic int getMaxPackedLength()
getMaxPackedLength in class ISOFieldPackager