com.sshtools.j2ssh.connection
Class ChannelInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by com.sshtools.j2ssh.connection.ChannelInputStream
All Implemented Interfaces:
java.io.Closeable

public class ChannelInputStream
extends java.io.InputStream

Version:
$Revision: 1.35 $
Author:
$author$

Constructor Summary
ChannelInputStream(SshMessageStore messageStore)
          Creates a new ChannelInputStream object.
ChannelInputStream(SshMessageStore messageStore, java.lang.Integer type)
          Creates a new ChannelInputStream object.
 
Method Summary
 int available()
           
 void close()
           
 void interrupt()
           
 boolean isClosed()
           
 int read()
           
 int read(byte[] b, int off, int len)
           
 void setBlockInterrupt(int interrupt)
           
 
Methods inherited from class java.io.InputStream
mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelInputStream

public ChannelInputStream(SshMessageStore messageStore,
                          java.lang.Integer type)
Creates a new ChannelInputStream object.

Parameters:
messageStore -
type -

ChannelInputStream

public ChannelInputStream(SshMessageStore messageStore)
Creates a new ChannelInputStream object.

Parameters:
messageStore -
Method Detail

available

public int available()
Overrides:
available in class java.io.InputStream
Returns:

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.InputStream
Throws:
java.io.IOException

isClosed

public boolean isClosed()
Returns:

setBlockInterrupt

public void setBlockInterrupt(int interrupt)
Parameters:
interrupt -

interrupt

public void interrupt()

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Returns:
Throws:
java.io.IOException
java.io.InterruptedIOException

read

public int read(byte[] b,
                int off,
                int len)
         throws java.io.IOException
Overrides:
read in class java.io.InputStream
Parameters:
b -
off -
len -
Returns:
Throws:
java.io.IOException
java.io.IOException


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