So what is a stream ? MSDN documentation will tell you that a stream is a sequence of bytes. And that a byte in .net is an 8-bit integer, which ranges from 0 - 255; so what can you do with a byte that can store from a range of 0 - 255 ? well, this is...