Class IFB_LLHCHAR


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

    • IFB_LLHCHAR

      public IFB_LLHCHAR()
      Default constructor.
    • IFB_LLHCHAR

      public IFB_LLHCHAR(int len, String description)
      Constructs a packager with the given length and description.
      Parameters:
      len - - field len
      description - symbolic descrption
  • Method Details