Class IFB_LLHNUM


public class IFB_LLHNUM extends ISOStringFieldPackager
ISOFieldPackager Binary LL Hex NUM Almost the same as IFB_LLNUM but len is encoded as a binary value. A len of 16 is encoded as 0x10 instead of 0x16
See Also:
  • Constructor Details

    • IFB_LLHNUM

      public IFB_LLHNUM()
      Default constructor.
    • IFB_LLHNUM

      public IFB_LLHNUM(int len, String description, boolean pad)
      Constructs a packager with the given length and description.
      Parameters:
      len - - field len
      description - symbolic descrption
      pad - if true, apply padding
  • Method Details