Package org.apache.sshd.common.util.io
Class InputStreamWithChannel
- java.lang.Object
-
- java.io.InputStream
-
- org.apache.sshd.common.util.io.InputStreamWithChannel
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Channel
- Direct Known Subclasses:
SftpInputStreamAsync
public abstract class InputStreamWithChannel extends InputStream implements Channel
- Author:
- Apache MINA SSHD Project
-
-
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
-
-