Hi,

Im currently working with MP4 files. The methods im working on open the file and begin to traverse the "atom" tree contained within which is essentially a structure that I need data from. This means I need to keep the file in use while I traverse the tree, would it be better to use File.ReadAllBytes and traverse and Array instead?