Uses of Class
org.jvnet.hudson.ec2.launcher.FastPipedOutputStream

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.
 



Copyright © 2009. All Rights Reserved.