Class InputStreamWithChannel

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

    public abstract class InputStreamWithChannel
    extends java.io.InputStream
    implements java.nio.channels.Channel
    • Method Summary

      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
      • 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

      • InputStreamWithChannel

        protected InputStreamWithChannel()