I would like to get n bytes from a specific location in a file in my specific data structure (structure).
The old C application (which we ported) uses fseek () and fread ().
Where is the comparable solution in C # /. Net, without using Win32-API?
source
share