junitx.ddtunit.util
Class StreamPumper
java.lang.Object
junitx.ddtunit.util.StreamPumper
public class StreamPumper
- extends Object
- Author:
- jg
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Constructor Summary |
StreamPumper()
Default constructor - no extras |
Method Summary |
void |
pump(Reader in)
Pumping data from a Reader to the default Writer implemented as System.out |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamPumper
public StreamPumper()
- Default constructor - no extras
pump
public void pump(Reader in)
throws IOException
- Pumping data from a Reader to the default Writer implemented as System.out
- Parameters:
in
- Reader to process
- Throws:
IOException
Copyright © 2004-2011. All Rights Reserved.