Package net.i2p.util

Class TimeoutPipedOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    class TimeoutPipedOutputStream
    extends PipedOutputStream
    Helper for TimeoutPipedInputStream. There isn't any timeout implemented here. To support InternalSocket.setSoTimeout(). Package private, not a part of the public API, not for general use.
    Since:
    0.9.34
    See Also:
    TimeoutPipedInputStream