Java.IO.PipedOutputStream: Constructor Members

The constructors of Java.IO.PipedOutputStream are listed below. For a list of all members, see the PipedOutputStream Members list.

See Also: Inherited members from Java.IO.OutputStream

Public Constructors

Constructs a new unconnected PipedOutputStream.
Constructs a new PipedOutputStream connected to the Java.IO.PipedInputStreamtarget.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.