InputStream |
FileParameterRuntime.getInputStream() |
Get an InputStream to read the In content of an In or InOut parameter.
|
OutputStream |
FileParameterRuntime.getOutputStream() |
Get an OutputStream to write the Out content of an Out or InOut parameter.
|
OutputStream |
FileParameterRuntime.getOutputStream(JobFile jobFile) |
Get an OutputStream to write the Out content of an Out or InOut parameter to the specified (potentially partially populated, but not necessarily persisted) JobFile, and
set the reference to it.
|
OutputStream |
FileParameterRuntime.getOutputStream(JobFile jobFile,
Format format) |
Get an OutputStream to write the Out content of an Out or InOut parameter to the specified (potentially partially populated, but not necessarily persisted) JobFile, and
set the reference to it.
|
OutputStream |
FileParameterRuntime.getOutputStream(JobFile jobFile,
String extension) |
Get an OutputStream to write the Out content of an Out or InOut parameter to the specified (potentially partially populated, but not necessarily persisted) JobFile, and
set the reference to it.
|
OutputStream |
FileParameterRuntime.getOutputStreamToStandardOutput() |
Get an OutputStream to write the Out content of an Out or InOut parameter to stdout.<ext>, and set the reference to it.
|