org.overlord.sramp.wagon.util
Class DevNullOutputStream
java.lang.Object
java.io.OutputStream
org.overlord.sramp.wagon.util.DevNullOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class DevNullOutputStream
- extends OutputStream
An output stream that doesn't go anywhere.
- Author:
- eric.wittmann@redhat.com
|
Method Summary |
void |
write(int b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DevNullOutputStream
public DevNullOutputStream()
- Constructor.
write
public void write(int b)
throws IOException
- Specified by:
write in class OutputStream
- Throws:
IOException- See Also:
OutputStream.write(int)
Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.