Package org.aksw.commons.io.process.pipe
Interface PathToStream
-
public interface PathToStream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ProcessSinkapply(Path src)default java.util.function.Function<Path,InputStream>asStreamSource()
-
-
-
Method Detail
-
apply
ProcessSink apply(Path src)
-
asStreamSource
default java.util.function.Function<Path,InputStream> asStreamSource()
-
-