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, write
protected StringBuffer fBuffer
public String readBuffer()
public void write(int c) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
public void write(String msg) throws IOException
IOException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.