com.ibm.jtopenlite.command

Class OutputParameter



  • public class OutputParameter
    extends Parameter
    Represents a program parameter to be used as output.
    • Constructor Detail

      • OutputParameter

        public OutputParameter(int outputLength)
        Constructs a parameter with the specified output length.
    • Method Detail

      • getOutputLength

        public int getOutputLength()
        Returns the output length.
        Overrides:
        getOutputLength in class Parameter
      • getMaxLength

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

        public byte[] getOutputData()
        Returns the output data.
        Overrides:
        getOutputData in class Parameter