Table of Contents
public class DuplexOutputStream extends OutputStream {public DuplexOutputStream(OutputStream s1,
OutputStream s2);public void write(int b)
throws IOException;
}
Methods inherited from java.io.OutputStream:
close
, flush
, write
Methods inherited from java.lang.Object:
clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, toString
, wait
Inheritance Path. java.lang.Object-> java.io.OutputStream-> org.kaiwitte.workbench.ui.model.DuplexOutputStream