public interface ISOPackager
ISOComponent
Modifier and Type | Method and Description |
---|---|
ISOMsg |
createISOMsg() |
java.lang.String |
getDescription() |
java.lang.String |
getFieldDescription(ISOComponent m,
int fldNumber) |
byte[] |
pack(ISOComponent m) |
int |
unpack(ISOComponent m,
byte[] b) |
void |
unpack(ISOComponent m,
java.io.InputStream in) |
byte[] pack(ISOComponent m) throws ISOException
m
- the Component to packISOException
- on errorint unpack(ISOComponent m, byte[] b) throws ISOException
m
- the Container of this messageb
- ISO message imageISOException
- on errorvoid unpack(ISOComponent m, java.io.InputStream in) throws java.io.IOException, ISOException
java.io.IOException
ISOException
java.lang.String getDescription()
java.lang.String getFieldDescription(ISOComponent m, int fldNumber)
m
- the Container (i.e. an ISOMsg)fldNumber
- the Field NumberISOMsg createISOMsg()