I am reading a binary file into a parsing program. I will need to iterate through the file and look for certain markers so I can split the file up and pass those parts into the
A MemoryStream is basically a byte array with a stream interface, e.g. sequential reading/writing and the concept of a current position.