public class ConsoleOutputStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
protected StringBuffer |
fBuffer |
| Constructor and Description |
|---|
ConsoleOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
String |
readBuffer() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int c) |
void |
write(String msg) |
close, flush, writeprotected StringBuffer fBuffer
public String readBuffer()
public void write(int c)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(String msg) throws IOException
IOExceptionCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.