Uses of Class
ecmwf.common.technical.PipedOutputStream
Packages that use PipedOutputStream
-
Uses of PipedOutputStream in ecmwf.common.technical
Methods in ecmwf.common.technical with parameters of type PipedOutputStreamModifier and TypeMethodDescriptionvoid
PipedInputStream.connect
(PipedOutputStream src) Causes this piped input stream to be connected to the piped output stream src.Constructors in ecmwf.common.technical with parameters of type PipedOutputStreamModifierConstructorDescriptionCreates a PipedInputStream so that it is connected to the piped output stream src.PipedInputStream
(PipedOutputStream src, int pipeSize) Creates a PipedInputStream so that it is connected to the piped output stream src and uses the specified pipe size for the pipe's buffer.