Class IFB_LLHFBINARY
java.lang.Object
org.jpos.iso.ISOFieldPackager
org.jpos.iso.IFB_LLHFBINARY
ISOFieldPackager Binary Hex Fixed LLBINARY
- See Also:
-
Field Summary
Fields inherited from class ISOFieldPackager
pad, trim -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateComponent(int fieldNumber) intbyte[]pack(ISOComponent c) intunpack(ISOComponent c, byte[] b, int offset) voidunpack(ISOComponent c, InputStream in) Methods inherited from class ISOFieldPackager
getDescription, getLength, pack, readBytes, setDescription, setLength, setPad, setTrim
-
Constructor Details
-
IFB_LLHFBINARY
public IFB_LLHFBINARY() -
IFB_LLHFBINARY
- Parameters:
len- - field lendescription- symbolic descrption
-
-
Method Details
-
pack
- Specified by:
packin classISOFieldPackager- Parameters:
c- - a component- Returns:
- packed component
- Throws:
ISOException
-
unpack
- Specified by:
unpackin classISOFieldPackager- Parameters:
c- - the Component to unpackb- - binary imageoffset- - starting offset within the binary image- Returns:
- consumed bytes
- Throws:
ISOException
-
unpack
- Overrides:
unpackin classISOFieldPackager- Parameters:
c- - the Component to unpackin- - input stream- Throws:
ISOExceptionIOException
-
createComponent
- Overrides:
createComponentin classISOFieldPackager
-
getMaxPackedLength
- Specified by:
getMaxPackedLengthin classISOFieldPackager
-