public class ConsoleOutputStream extends OutputStream
| Constructor and Description |
|---|
ConsoleOutputStream(OutputStream oldSysOut,
Color color,
DebugConsole console) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
write(byte[] buf,
int off,
int len) |
void |
write(int b) |
close, writepublic ConsoleOutputStream(OutputStream oldSysOut, Color color, DebugConsole console)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] buf,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionCopyright © 2021. All rights reserved.