Uses of Class
hudson.remoting.FastPipedOutputStream

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.
 



Copyright © 2013. All Rights Reserved.