public class GICCSubFieldPackager extends GenericPackager implements ISOSubFieldPackager, GenericPackagerParams
GenericPackager.GenericContentHandler, GenericPackager.GenericEntityResolverfld, headerLength, logFieldName, logger, realm, thirdBitmapField| Constructor and Description |
|---|
GICCSubFieldPackager()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
emitBitMap()
Always return false
|
int |
getFieldNumber()
Get current composite field number
|
byte[] |
pack(ISOComponent c)
pack method that works in conjunction with
ISOBasePackager.unpack(ISOComponent, byte[]). |
void |
setGenericPackagerParams(org.xml.sax.Attributes atts) |
int |
unpack(ISOComponent m,
byte[] b) |
getBitMapfieldPackager, getDescription, getFirstField, getMaxValidField, readFile, readFile, setConfiguration, setLoggercreateISOMsg, fieldUnpackLogger, getFieldDescription, getFieldPackager, getHeaderLength, getLogger, getRealm, getThirdBitmapField, setFieldPackager, setFieldPackager, setHeaderLength, setThirdBitmapField, unpackpublic GICCSubFieldPackager()
throws ISOException
ISOExceptionprotected boolean emitBitMap()
emitBitMap in class GenericPackagerpublic int getFieldNumber()
ISOSubFieldPackagergetFieldNumber in interface ISOSubFieldPackagerpublic void setGenericPackagerParams(org.xml.sax.Attributes atts)
setGenericPackagerParams in interface GenericPackagerParamssetGenericPackagerParams in class GenericPackagerpublic byte[] pack(ISOComponent c) throws ISOException
ISOBasePackagerISOBasePackager.unpack(ISOComponent, byte[]).
Handles a tertiary bitmap possibly appearing in Data Element thirdBitmapField.
pack in interface ISOPackagerpack in class ISOBasePackagerc - the Component to packISOException - on errorpublic int unpack(ISOComponent m, byte[] b) throws ISOException
unpack in interface ISOPackagerunpack in class ISOBasePackagerm - the Container of this messageb - ISO message imageISOException - on error