public class IF_TCHAR extends IF_TBASE
ISOComponent
pad, trim
Constructor and Description |
---|
IF_TCHAR() |
IF_TCHAR(int len,
java.lang.String description) |
IF_TCHAR(int len,
java.lang.String description,
java.lang.String token) |
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, unpack
public IF_TCHAR()
public IF_TCHAR(int len, java.lang.String description)
len
- - field lendescription
- symbolic descrptionpublic IF_TCHAR(int len, java.lang.String description, java.lang.String token)
len
- - field lendescription
- symbolic descrptiontoken
- token 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