public class IFEMC_TCC extends IFE_CHAR
pad, trim| Constructor and Description |
|---|
IFEMC_TCC() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
pack(ISOComponent c)
Convert the component into a byte[].
|
int |
unpack(ISOComponent c,
byte[] b,
int offset)
Unpacks the byte array into the component.
|
checkLength, getMaxPackedLength, setInterpreter, setPadder, setPrefixer, setTrim, unpackcreateComponent, getDescription, getLength, pack, readBytes, setDescription, setLength, setPadpublic byte[] pack(ISOComponent c) throws ISOException
ISOStringFieldPackagerpack in class ISOStringFieldPackagerc - - a componentISOExceptionpublic int unpack(ISOComponent c, byte[] b, int offset) throws ISOException
ISOStringFieldPackagerunpack in class ISOStringFieldPackagerc - The component to unpack into.b - The byte array to unpack.offset - The index in the byte array to start unpacking from.ISOException