Uses of Class
hudson.remoting.FastPipedOutputStream
Packages that use FastPipedOutputStream
-
Uses of FastPipedOutputStream in hudson.remoting
Methods in hudson.remoting with parameters of type FastPipedOutputStreamModifier and TypeMethodDescriptionvoid
FastPipedInputStream.connect
(FastPipedOutputStream source) Constructors in hudson.remoting with parameters of type FastPipedOutputStreamModifierConstructorDescriptionCreates a PipedInputStream with a default buffer size and connects it tosource
.FastPipedInputStream
(FastPipedOutputStream source, int bufferSize) Creates a PipedInputStream with buffer sizebufferSize
and connects it tosource
.