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, write
public DoubleOutputStream(OutputStream out1, OutputStream out2)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
Copyright © 2012-2018. All Rights Reserved.