|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FastPipedInputStream | |
---|---|
hudson.remoting | Remoting infrastructure for Hudson. |
Uses of FastPipedInputStream in hudson.remoting |
---|
Methods in hudson.remoting with parameters of type FastPipedInputStream | |
---|---|
void |
FastPipedOutputStream.connect(FastPipedInputStream sink)
|
Constructors in hudson.remoting with parameters of type FastPipedInputStream | |
---|---|
FastPipedOutputStream(FastPipedInputStream sink)
Creates a PipedOutputStream with a default buffer size and connects it to sink . |
|
FastPipedOutputStream(FastPipedInputStream sink,
int bufferSize)
Deprecated. as of 1.350 bufferSize parameter is ignored. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |