class TimeoutPipedOutputStream extends PipedOutputStream
TimeoutPipedInputStream
Constructor and Description |
---|
TimeoutPipedOutputStream(TimeoutPipedInputStream snk) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Overridden only so we can tell snk.
|
connect, flush, write, write
write
public TimeoutPipedOutputStream(TimeoutPipedInputStream snk) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class PipedOutputStream
IOException