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, setOutputDatapublic InputParameter(byte[] inputData)
public byte[] getInputData()
getInputData in class Parameterpublic int getInputLength()
getInputLength in class Parameterpublic int getMaxLength()
getMaxLength in class Parameter