org.x4juli.handlers
Class ConsoleHandler.SystemOutStream
java.lang.Object
java.io.OutputStream
org.x4juli.handlers.ConsoleHandler.SystemOutStream
- Enclosing class:
- ConsoleHandler
- private static class ConsoleHandler.SystemOutStream
- extends java.io.OutputStream
An implementation of OutputStream that redirects to the current
System.out.
- Since:
- 0.6
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleHandler.SystemOutStream
public ConsoleHandler.SystemOutStream()
close
public void close()
flush
public void flush()
write
public void write(byte[] b)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(int b)
throws java.io.IOException
- Throws:
java.io.IOException
${license_html}