Uses of Class
org.apache.karaf.util.process.StreamPumper
-
Packages that use StreamPumper Package Description org.apache.karaf.util.process -
-
Uses of StreamPumper in org.apache.karaf.util.process
Methods in org.apache.karaf.util.process that return StreamPumper Modifier and Type Method Description protected StreamPumperPumpStreamHandler. createInputPump(InputStream in, OutputStream out, boolean closeWhenExhausted)Create a stream pumper to copy the given input stream to the given output stream.protected StreamPumperPumpStreamHandler. createPump(InputStream in, OutputStream out)Create a stream pumper to copy the given input stream to the given output stream.protected StreamPumperPumpStreamHandler. createPump(InputStream in, OutputStream out, boolean closeWhenExhausted)Create a stream pumper to copy the given input stream to the given output stream.StreamPumperPumpStreamHandler. getErrorPump()StreamPumperPumpStreamHandler. getOutputPump()
-