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?
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?