public class IF_ECHAR extends ISOFieldPackager
IF_CHAR,
ISOComponentpad, trim| Constructor and Description |
|---|
IF_ECHAR()
Deprecated.
|
IF_ECHAR(int len,
java.lang.String description)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxPackedLength()
Deprecated.
|
byte[] |
pack(ISOComponent c)
Deprecated.
|
int |
unpack(ISOComponent c,
byte[] b,
int offset)
Deprecated.
|
createComponent, getDescription, getLength, pack, readBytes, setDescription, setLength, setPad, setTrim, unpackpublic IF_ECHAR()
public IF_ECHAR(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