Methods in org.apache.karaf.shell.wrapper that return StreamPumper |
protected StreamPumper |
PumpStreamHandler.createInputPump(java.io.InputStream in,
java.io.OutputStream out,
boolean closeWhenExhausted)
Creates a stream pumper to copy the given input stream to the
given output stream. |
protected StreamPumper |
PumpStreamHandler.createPump(java.io.InputStream in,
java.io.OutputStream out)
Creates a stream pumper to copy the given input stream to the given output stream. |
protected StreamPumper |
PumpStreamHandler.createPump(java.io.InputStream in,
java.io.OutputStream out,
boolean closeWhenExhausted)
Creates a stream pumper to copy the given input stream to the
given output stream. |