Package com.sshtools.j2ssh.subsystem
Class SubsystemInputStream
java.lang.Object
java.io.InputStream
com.sshtools.j2ssh.subsystem.SubsystemInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Version:
- $Revision: 1.19 $
- Author:
- $author$
-
Constructor Summary
ConstructorsConstructorDescriptionSubsystemInputStream
(SubsystemMessageStore messageStore) Creates a new SubsystemInputStream object. -
Method Summary
Methods inherited from class java.io.InputStream
close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
SubsystemInputStream
Creates a new SubsystemInputStream object.- Parameters:
messageStore
-
-
-
Method Details
-
available
public int available()- Overrides:
available
in classInputStream
- Returns:
-
read
- Specified by:
read
in classInputStream
- Returns:
- Throws:
IOException
-