de.uni_paderborn.robots.gui
Class EmptyOutputStream
java.lang.Object
|
+--java.io.OutputStream
|
+--de.uni_paderborn.robots.gui.EmptyOutputStream
- public class EmptyOutputStream
- extends java.io.OutputStream
A EmptyOutputStream provides no functionality namely
an empty interface and is used to print nothing on the console.
Hopefully this will speed up the most applications dealing with
heavy debug output on the console.
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
EmptyOutputStream
public EmptyOutputStream()
write
public void write(int b)
throws java.io.IOException
- Overrides:
write in class java.io.OutputStream
write
public void write(byte[] b)
throws java.io.IOException
- Overrides:
write in class java.io.OutputStream
write
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
- Overrides:
write in class java.io.OutputStream
flush
public void flush()
throws java.io.IOException
- Overrides:
flush in class java.io.OutputStream
close
public void close()
throws java.io.IOException
- Overrides:
close in class java.io.OutputStream