com.ibm.jtopenlite.command

Class InputParameter

    • Constructor Detail

      • InputParameter

        public InputParameter(byte[] inputData)
        Constructs a parameter with the provided input data.
    • Method Detail

      • getInputData

        public byte[] getInputData()
        Returns the input data.
        Overrides:
        getInputData in class Parameter
      • getInputLength

        public int getInputLength()
        Returns the input length.
        Overrides:
        getInputLength in class Parameter
      • getMaxLength

        public int getMaxLength()
        Returns the maximum length of this parameter, which is the input length.
        Overrides:
        getMaxLength in class Parameter