Class IF_ECHAR
java.lang.Object
org.jpos.iso.ISOFieldPackager
org.jpos.iso.IF_ECHAR
Deprecated.
Use IFE_CHAR instead
ISOFieldPackager CHARACTERS (ASCII invalid input: '&' BINARY)
EBCDIC version of IF_CHAR
- See Also:
-
Field Summary
Fields inherited from class ISOFieldPackager
pad, trim -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintDeprecated.byte[]pack(ISOComponent c) Deprecated.intunpack(ISOComponent c, byte[] b, int offset) Deprecated.Methods inherited from class ISOFieldPackager
createComponent, getDescription, getLength, pack, readBytes, setDescription, setLength, setPad, setTrim, unpack
-
Constructor Details
-
IF_ECHAR
public IF_ECHAR()Deprecated. -
IF_ECHAR
-
-
Method Details
-
pack
Deprecated.- Specified by:
packin classISOFieldPackager- Parameters:
c- - a component- Returns:
- packed component
- Throws:
ISOException
-
unpack
Deprecated.- Specified by:
unpackin classISOFieldPackager- Parameters:
c- - the Component to unpackb- - binary imageoffset- - starting offset within the binary image- Returns:
- consumed bytes
- Throws:
ISOException
-
getMaxPackedLength
Deprecated.- Specified by:
getMaxPackedLengthin classISOFieldPackager
-