public class InputParameter extends Parameter
TYPE_INPUT, TYPE_INPUT_OUTPUT, TYPE_NULL, TYPE_OUTPUT
Constructor and Description |
---|
InputParameter(byte[] inputData)
Constructs a parameter with the provided input data.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getInputData()
Returns the input data.
|
int |
getInputLength()
Returns the input length.
|
int |
getMaxLength()
Returns the maximum length of this parameter, which is the input length.
|
getOutputData, getOutputLength, getType, isInput, isOutput, parseInt, parseString, setOutputData
public InputParameter(byte[] inputData)
public byte[] getInputData()
getInputData
in class Parameter
public int getInputLength()
getInputLength
in class Parameter
public int getMaxLength()
getMaxLength
in class Parameter