public interface SysCallPipeSpec
| Modifier and Type | Method and Description |
|---|---|
default Function<Path,Path> |
cmdBuilderPathToPath() |
default Function<Path,String[]> |
cmdBuilderPathToStream() |
default Function<Path,String[]> |
cmdBuilderStreamToPath() |
default String[] |
cmdStreamToStream() |
static SysCallPipeSpec |
fromCmdStreamToStream(String... cmd) |
default String[] cmdStreamToStream()
static SysCallPipeSpec fromCmdStreamToStream(String... cmd)
Copyright © 2020. All rights reserved.