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, parseString
public OutputParameter(int outputLength)
public int getOutputLength()
getOutputLength
in class Parameter
public int getMaxLength()
getMaxLength
in class Parameter
protected void setOutputData(byte[] data)
setOutputData
in class Parameter
public byte[] getOutputData()
getOutputData
in class Parameter