public interface SysCallFn
| Modifier and Type | Method and Description |
|---|---|
String[] |
buildCheckCmd() |
default String[] |
buildCmdForFileToFile(Path input,
Path output) |
default String[] |
buildCmdForFileToStream(Path input) |
default String[] |
buildCmdForStreamToFile(Path input) |
default String[] |
buildCmdForStreamToStream() |
String[] buildCheckCmd()
default String[] buildCmdForFileToStream(Path input)
input - The input file. If null, the request is for command should be able to deal with input from stream.output - The output file. If null, the request is for the command's output to be suitable for use with an output stream.default String[] buildCmdForStreamToStream()
Copyright © 2020. All rights reserved.