Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.exec
Class StreamPumper

java.lang.Object
  extended by org.hyperic.util.exec.StreamPumper
All Implemented Interfaces:
java.lang.Runnable

public class StreamPumper
extends java.lang.Object
implements java.lang.Runnable

Copies all data from an input stream to an output stream.


Constructor Summary
StreamPumper(java.io.InputStream is, java.io.OutputStream os)
          Create a new stream pumper.
 
Method Summary
 void run()
          Copies data from the input stream to the output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamPumper

public StreamPumper(java.io.InputStream is,
                    java.io.OutputStream os)
Create a new stream pumper.

Parameters:
is - input stream to read data from
os - output stream to write data to.
Method Detail

run

public void run()
Copies data from the input stream to the output stream. Terminates as soon as the input stream is closed or an error occurs.

Specified by:
run in interface java.lang.Runnable

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.