Let\'s imagine I want to stream three files to a user all in a row, but instead of him handing me a Stream object to push bytes down, I have to hand him a
Stream
Why not use a container that already encapsulates the idea of multiple files, like say using ZipOutputStream from SharpZipLib?
ZipOutputStream