ch.ethz.ssh2
Class SCPInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
ch.ethz.ssh2.SCPInputStream
- All Implemented Interfaces:
- Closeable
public class SCPInputStream
- extends BufferedInputStream
- Version:
- $Id:$
|
Method Summary |
void |
close()
|
int |
read()
|
int |
read(byte[] b,
int off,
int len)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCPInputStream
public SCPInputStream(SCPClient client,
Session session)
throws IOException
- Throws:
IOException
read
public int read()
throws IOException
- Overrides:
read in class BufferedInputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read in class BufferedInputStream
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class BufferedInputStream
- Throws:
IOException
Copyright © 2011. All Rights Reserved.