Class ProcessPipeUtils

java.lang.Object
org.aksw.commons.io.process.pipe.ProcessPipeUtils

public class ProcessPipeUtils extends Object
Utility functions to create file and input stream transform based on system calls InputStreams passed as arguments to the various processors are considered to be owned by the processors. Hence, the processors are in charge of closing them. The client code is in charge of closing InputStreams returned by the processors. TODO Enhance the FileCreation objects such that they expose a future for when the process started modifying the file.
Author:
raven