Class InputStreamWithChannel
- java.lang.Object
-
- java.io.InputStream
-
- org.apache.sshd.common.util.io.input.InputStreamWithChannel
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,java.nio.channels.Channel
- Direct Known Subclasses:
SftpInputStreamAsync
public abstract class InputStreamWithChannel extends java.io.InputStream implements java.nio.channels.Channel
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
InputStreamWithChannel()
-
Method Summary
-
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-