Package com.sshtools.j2ssh.subsystem
Class SubsystemInputStream
- java.lang.Object
-
- java.io.InputStream
-
- com.sshtools.j2ssh.subsystem.SubsystemInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class SubsystemInputStream extends java.io.InputStream
- Version:
- $Revision: 1.19 $
- Author:
- $author$
-
-
Constructor Summary
Constructors Constructor Description SubsystemInputStream(SubsystemMessageStore messageStore)
Creates a new SubsystemInputStream object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
available()
int
read()
-
-
-
Constructor Detail
-
SubsystemInputStream
public SubsystemInputStream(SubsystemMessageStore messageStore)
Creates a new SubsystemInputStream object.- Parameters:
messageStore
-
-
-