public class TeeOutputStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
ByteArrayOutputStream |
baos |
| Constructor and Description |
|---|
TeeOutputStream(PrintStream targetPS) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
toByteArray() |
String |
toString() |
void |
write(int b) |
close, flush, write, writepublic final ByteArrayOutputStream baos
public TeeOutputStream(PrintStream targetPS)
public void write(int b) throws IOException
write in class OutputStreamIOExceptionpublic byte[] toByteArray()
Copyright © 2005–2018 QOS.ch. All rights reserved.