|
All Packages Class Hierarchy This Package Previous Next Index Class java.io.PipedOutputStreamjava.lang.Object | +----java.io.OutputStream | +----java.io.PipedOutputStream
PipedOutputStreampublic PipedOutputStream(PipedInputStream snk) throws IOException
public PipedOutputStream()
connectpublic void connect(PipedInputStream snk) throws IOException
public void write(int b) throws IOException
public void write(byte b[], int off, int len) throws IOException
public synchronized void flush() throws IOException
public void close() throws IOException
All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |