Concatenating streams that linearly combine reading and writing from multiple resources.
Function to obtain a concatenating input stream that reads from stream1, and then stream2.
A concatenating input stream that reads from one stream until it returns zero elements, then reads from the second stream.
See Source File
Concatenating streams that linearly combine reading and writing from multiple resources.