Class OutputStreamWithChannel

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable, java.nio.channels.Channel
    Direct Known Subclasses:
    SftpOutputStreamAsync

    public abstract class OutputStreamWithChannel
    extends java.io.OutputStream
    implements java.nio.channels.Channel
    • Method Summary

      • Methods inherited from class java.io.OutputStream

        close, flush, nullOutputStream, write, write, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.nio.channels.Channel

        close, isOpen
    • Constructor Detail

      • OutputStreamWithChannel

        protected OutputStreamWithChannel()