Class IFA_LLBNUM
java.lang.Object
org.jpos.iso.ISOFieldPackager
org.jpos.iso.IFA_LLBNUM
Length is represented in ASCII (as in IFA_LL*)
Value is represented in BCD
ISOFieldPackager Binary LLNUM
- See Also:
-
Field Summary
Fields inherited from class ISOFieldPackager
pad, trim -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbyte[]pack(ISOComponent c) voidsetPad(boolean pad) intunpack(ISOComponent c, byte[] b, int offset) voidunpack(ISOComponent c, InputStream in) Methods inherited from class ISOFieldPackager
createComponent, getDescription, getLength, pack, readBytes, setDescription, setLength, setTrim
-
Constructor Details
-
IFA_LLBNUM
public IFA_LLBNUM() -
IFA_LLBNUM
- Parameters:
len- - field lendescription- symbolic descrption
-
-
Method Details
-
setPad
- Overrides:
setPadin classISOFieldPackager
-
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
-
getMaxPackedLength
- Specified by:
getMaxPackedLengthin classISOFieldPackager
-