Uses of Class
hudson.remoting.FastPipedInputStream

Packages that use FastPipedInputStream
hudson.remoting Remoting infrastructure for Hudson. 
 

Uses of FastPipedInputStream in hudson.remoting
 

Methods in hudson.remoting with parameters of type FastPipedInputStream
 void FastPipedOutputStream.connect(FastPipedInputStream sink)
           
 

Constructors in hudson.remoting 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)
          Deprecated. as of 1.350 bufferSize parameter is ignored.
 



Copyright © 2012. All Rights Reserved.