Java Streams: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


* [[java#Subjects|java]]
* [[java#Subjects|java]]


=Piped Streams=
=Piped Streams=


Can be used in testing blocking I/O.
Closing a PipedInputStream does not release a thread blocked on it in reading.

Revision as of 00:05, 25 January 2016

Internal

Piped Streams

Closing a PipedInputStream does not release a thread blocked on it in reading.