A concatenating input stream that reads from one stream until it returns zero elements, then reads from the second stream.
Constructs a new concatenating stream from two input streams.
Reads from the streams that this one is concatenating, reading from the first stream until it's empty, and then reading from the second stream.
See Implementation
A concatenating input stream that reads from one stream until it returns zero elements, then reads from the second stream.