The constructors of Java.IO.PipedInputStream are listed below. For a list of all members, see the PipedInputStream Members list.
See Also: Inherited members from Java.IO.InputStream
Constructs a new unconnected PipedInputStream. | ||
Constructs a new PipedInputStream connected to the Java.IO.PipedOutputStreamout. | ||
Constructs a new unconnected PipedInputStream with the given buffer size. | ||
Constructs a new PipedInputStream connected to the given PipedOutputStream, with the given buffer size. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |