Package java.io

Class PipedInputStream

extends InputStreamObject

A pipe input stream should be connected to a pipe output stream. If a pipe input stream is connected to a pipe output stream, the data bytes are written to the pipe output stream. The piped input stream contains a buffer that decoupling read from write operations.

Public Constructors

Public Methods

Methods inherited from java.io.InputStream

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_