| |
|
| java.lang.Object junitx.ddtunit.util.StreamPumper
StreamPumper | public class StreamPumper (Code) | | author: jg author: To change the template for this generated type comment go to author: Window>Preferences>Java>Code Generation>Code and Comments |
StreamPumper | public StreamPumper()(Code) | | Default constructor - no extras
|
pump | public void pump(Reader in) throws IOException(Code) | | Pumping data from a Reader to the default Writer implemented as System.out
Parameters: in - Reader to process throws: IOException - |
|
|
|