super(stream1); out1 = stream1; out2 = stream2;
out1.close(); out2.close();
out1.flush(); out2.flush();
out1.write(b); out2.write(b);
out1.write(data, offset, length); out2.write(data, offset, length);