public class OutputParameter extends Parameter
TYPE_INPUT, TYPE_INPUT_OUTPUT, TYPE_NULL, TYPE_OUTPUT| Constructor and Description |
|---|
OutputParameter(int outputLength)
Constructs a parameter with the specified output length.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxLength()
Returns the maximum length of this parameter, which is the output length.
|
byte[] |
getOutputData()
Returns the output data.
|
int |
getOutputLength()
Returns the output length.
|
protected void |
setOutputData(byte[] data) |
getInputData, getInputLength, getType, isInput, isOutput, parseInt, parseStringpublic OutputParameter(int outputLength)
public int getOutputLength()
getOutputLength in class Parameterpublic int getMaxLength()
getMaxLength in class Parameterprotected void setOutputData(byte[] data)
setOutputData in class Parameterpublic byte[] getOutputData()
getOutputData in class Parameter