|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FastPipedOutputStream | |
|---|---|
| org.jvnet.hudson.ec2.launcher | |
| Uses of FastPipedOutputStream in org.jvnet.hudson.ec2.launcher |
|---|
| Methods in org.jvnet.hudson.ec2.launcher with parameters of type FastPipedOutputStream | |
|---|---|
void |
FastPipedInputStream.connect(FastPipedOutputStream source)
|
| Constructors in org.jvnet.hudson.ec2.launcher 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 | |||||||||