M
Manjunath sp via DotNetMonster.com
Hi,
How to effectively write and read structures from binary files in .Net?
Currently I am using functions like ReadInt32 and the likes to read
data from binary file into each elements of a structure, but this is very
inefficent compared to VB3 where I could use Get method to read the whole
structure data? Is there any similar method in .net?
How to effectively write and read structures from binary files in .Net?
Currently I am using functions like ReadInt32 and the likes to read
data from binary file into each elements of a structure, but this is very
inefficent compared to VB3 where I could use Get method to read the whole
structure data? Is there any similar method in .net?