Class IFE_LBINARY


public class IFE_LBINARY extends ISOBinaryFieldPackager
BINARY version of IFE_LCHAR Uses a 1 EBCDIC byte length field, and the binary data is stored as is.
See Also:
  • Constructor Details

    • IFE_LBINARY

      public IFE_LBINARY()
      Default constructor.
    • IFE_LBINARY

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