Class IFE_LLBINARY


BINARY version of IFE_LLLCHAR Uses a 3 EBCDIC byte length field, and the binary data is stored as is.
See Also:
  • Constructor Details

    • IFE_LLBINARY

      public IFE_LLBINARY()
      Default constructor.
    • IFE_LLBINARY

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