com.sshtools.j2ssh.subsystem
Class SubsystemOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by com.sshtools.j2ssh.subsystem.SubsystemOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class SubsystemOutputStream
extends java.io.OutputStream

Version:
$Revision: 1.21 $
Author:
$author$

Constructor Summary
SubsystemOutputStream(SubsystemMessageStore messageStore)
          Creates a new SubsystemOutputStream object.
 
Method Summary
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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:
write in class java.io.OutputStream
Parameters:
b -
off -
len -
Throws:
java.io.IOException

write

public void write(int b)
           throws java.io.IOException
Specified by:
write in class java.io.OutputStream
Parameters:
b -
Throws:
java.io.IOException


Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.