public class SCPInputStream extends BufferedInputStream
in| Constructor and Description |
|---|
SCPInputStream(SCPClient client,
Session session) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, reset, skipreadpublic SCPInputStream(SCPClient client, Session session) throws IOException
IOExceptionpublic int read()
throws IOException
read in class BufferedInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class BufferedInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class BufferedInputStreamIOExceptionCopyright © 2014. All Rights Reserved.