|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
java.io.PipedInputStream
com.jcraft.jsch.Channel.MyPipedInputStream
com.jcraft.jsch.Channel.PassiveInputStream
class Channel.PassiveInputStream
| Field Summary | |
|---|---|
(package private) java.io.PipedOutputStream |
out
|
| Fields inherited from class java.io.PipedInputStream |
|---|
buffer, in, PIPE_SIZE |
| Constructor Summary | |
|---|---|
Channel.PassiveInputStream(java.io.PipedOutputStream out)
|
|
Channel.PassiveInputStream(java.io.PipedOutputStream out,
int size)
|
|
| Method Summary | |
|---|---|
void |
close()
|
| Methods inherited from class java.io.PipedInputStream |
|---|
available, connect, read, read, receive |
| 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 |
| Field Detail |
|---|
java.io.PipedOutputStream out
| Constructor Detail |
|---|
Channel.PassiveInputStream(java.io.PipedOutputStream out,
int size)
throws java.io.IOException
java.io.IOException
Channel.PassiveInputStream(java.io.PipedOutputStream out)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.PipedInputStreamjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||