org.objectweb.util.monolog.wrapper.printwriter
Class EmptyOutputStream
java.lang.Object
java.io.OutputStream
org.objectweb.util.monolog.wrapper.printwriter.EmptyOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class EmptyOutputStream
- extends OutputStream
An empty outputStream doing nothing.
- Author:
- S.Chassande-Barrioz
|
Method Summary |
void |
write(int b)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyOutputStream
public EmptyOutputStream()
write
public void write(int b)
throws IOException
- Specified by:
write in class OutputStream
- Throws:
IOException
Copyright © 2012 OW2 Consortium. All Rights Reserved.