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