Unlike normal instances of java.lang.Process, abstract processes will empty their own streams, preventing deadlocks from occuring on some systems.
Note that abstract processes should not be created directly. They should be instantiated through {@link com.mucommander.process.ProcessRunner#execute(String[],com.mucommander.commons.file.AbstractFile,ProcessListener)}.
@author Nicolas Rinaudo | |