Java Streams: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
Closing a PipedInputStream does not release a thread blocked on it in reading. | Closing a PipedInputStream does not release a thread blocked on it in reading. | ||
=System.out/System.err/System.in= | |||
To replace the default System.out: | |||
<syntaxhighlight lang='java'> | |||
</syntaxhighlight> |
Revision as of 14:34, 28 October 2017
Internal
Piped Streams
Closing a PipedInputStream does not release a thread blocked on it in reading.
System.out/System.err/System.in
To replace the default System.out: