Package com.sshtools.j2ssh.subsystem
Class SubsystemOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- com.sshtools.j2ssh.subsystem.SubsystemOutputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public class SubsystemOutputStream extends java.io.OutputStream- Version:
- $Revision: 1.21 $
- Author:
- $author$
-
-
Constructor Summary
Constructors Constructor Description SubsystemOutputStream(SubsystemMessageStore messageStore)Creates a new SubsystemOutputStream object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(byte[] b, int off, int len)voidwrite(int b)
-
-
-
Constructor Detail
-
SubsystemOutputStream
public SubsystemOutputStream(SubsystemMessageStore messageStore)
Creates a new SubsystemOutputStream object.- Parameters:
messageStore-
-
-
Method Detail
-
write
public void write(byte[] b, int off, int len) throws java.io.IOException- Overrides:
writein classjava.io.OutputStream- Parameters:
b-off-len-- Throws:
java.io.IOException
-
write
public void write(int b) throws java.io.IOException- Specified by:
writein classjava.io.OutputStream- Parameters:
b-- Throws:
java.io.IOException
-
-