05-25-2012, 09:48 PM
That the basic use of the Binary Reader, it can read most Streams.
But i like your example also, because it also works and is very creative

But i think to read and write binary files its better to use the BinaryReader and BinaryWriter.
In C++ its even more cool, u can read a struct from a file without having to read the members seperate

