|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FastPipedInputStream | |
|---|---|
| org.jvnet.hudson.ec2.launcher | |
| Uses of FastPipedInputStream in org.jvnet.hudson.ec2.launcher |
|---|
| Methods in org.jvnet.hudson.ec2.launcher with parameters of type FastPipedInputStream | |
|---|---|
void |
FastPipedOutputStream.connect(FastPipedInputStream sink)
|
| Constructors in org.jvnet.hudson.ec2.launcher 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)
Creates a PipedOutputStream with buffer size bufferSize and
connects it to sink. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||