|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
com.sshtools.j2ssh.ScpClient.ScpInputStream
class ScpClient.ScpInputStream
Field Summary | |
---|---|
(package private) ScpClient.ScpChannel |
channel
|
(package private) long |
count
|
(package private) java.io.InputStream |
in
|
(package private) long |
length
|
Constructor Summary | |
---|---|
ScpClient.ScpInputStream(long length,
java.io.InputStream in,
ScpClient.ScpChannel channel)
|
Method Summary | |
---|---|
void |
close()
|
int |
read()
|
Methods inherited from class java.io.InputStream |
---|
available, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
long length
java.io.InputStream in
long count
ScpClient.ScpChannel channel
Constructor Detail |
---|
ScpClient.ScpInputStream(long length, java.io.InputStream in, ScpClient.ScpChannel channel)
Method Detail |
---|
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.InputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |