Uses of Class
org.aksw.commons.io.process.pipe.InputStreamOrPath
-
Packages that use InputStreamOrPath Package Description org.aksw.commons.io.process.pipe -
-
Uses of InputStreamOrPath in org.aksw.commons.io.process.pipe
Methods in org.aksw.commons.io.process.pipe that return InputStreamOrPath Modifier and Type Method Description static InputStreamOrPathInputStreamOrPath. from(InputStream inputStream)static InputStreamOrPathInputStreamOrPath. from(Path path)Methods in org.aksw.commons.io.process.pipe that return types with arguments of type InputStreamOrPath Modifier and Type Method Description java.util.function.BiFunction<InputStreamOrPath,Path,FileCreation>ProcessPipeEngine. mapStreamToPath(java.util.function.Function<Path,String[]> cmdBuilder)java.util.function.BiFunction<InputStreamOrPath,Path,FileCreation>ProcessPipeEngineNative. mapStreamToPath(java.util.function.Function<Path,String[]> cmdBuilder)static java.util.function.BiFunction<InputStreamOrPath,Path,FileCreation>ProcessPipeUtils. mapStreamToPath(java.util.function.Function<Path,String[]> cmdBuilder)Methods in org.aksw.commons.io.process.pipe with parameters of type InputStreamOrPath Modifier and Type Method Description ProcessSinkStreamToStream. apply(InputStreamOrPath src)
-