Non-Sequential Binary Reads

  • Thread starter Thread starter joey.powell
  • Start date Start date
J

joey.powell

Does anyone know of a .net class that allows for non-sequential reading
of binary files? It would offer a Seek() function or something similar.
The BinaryReader appears to only read forward from the beginning of the
data (much like the SqlDataReader does).

Any suggestions?
 
I apologize, I didn't read your question correctly. Call Seek() off the
BaseStream property.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top