public class DoubleOutputStream extends OutputStream
| Constructor and Description |
|---|
DoubleOutputStream(OutputStream out1,
OutputStream out2) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, writepublic DoubleOutputStream(OutputStream out1, OutputStream out2)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2012-2018. All Rights Reserved.