Class IF_NOP


public class IF_NOP extends ISOFieldPackager
A no-operation ISOFieldPackager; used as a placeholder for fields that require no packing/unpacking.
See Also:
  • Constructor Details

    • IF_NOP

      public IF_NOP()
      Default constructor.
    • IF_NOP

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