How do you merge two input streams in Java?

Posted by J. Pablo Fernández on Stack Overflow See other posts from Stack Overflow or by J. Pablo Fernández
Published on 2009-04-17T12:31:55Z Indexed on 2010/03/12 15:17 UTC
Read the original article Hit count: 187

Filed under:
|
|

Having two InputStreams in Java, is there a way to merge them so you end with one InputStream that gives you the output of both streams? How?

© Stack Overflow or respective owner

Related posts about java

Related posts about stream