Class IFB_LLLHNUM


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

    • IFB_LLLHNUM

      public IFB_LLLHNUM()
      Default constructor.
    • IFB_LLLHNUM

      public IFB_LLLHNUM(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