public class IF_ECHAR extends ISOFieldPackager
IF_CHAR
,
ISOComponent
pad, 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, unpack
public 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 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