Closeable
, Flushable
, AutoCloseable
class TimeoutPipedOutputStream extends PipedOutputStream
TimeoutPipedInputStream
Constructor | Description |
---|---|
TimeoutPipedOutputStream(TimeoutPipedInputStream snk) |
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
Overridden only so we can tell snk.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write
connect, flush, write, write
public TimeoutPipedOutputStream(TimeoutPipedInputStream snk) throws IOException
IOException
public void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
close
in class PipedOutputStream
IOException