A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/PipedOutputStream.html below:

PipedOutputStream (Java SE 17 & JDK 17)

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

A piped output stream can be connected to a piped input stream to create a communications pipe. The piped output stream is the sending end of the pipe. Typically, data is written to a

PipedOutputStream

object by one thread and data is read from the connected

PipedInputStream

by some other thread. Attempting to use both objects from a single thread is not recommended as it may deadlock the thread. The pipe is said to be

broken

if a thread that was reading data bytes from the connected piped input stream is no longer alive.

Since:
1.0
See Also:

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4