S
Sakharam Phapale
Hi All,
I want to read data from one file and write that into another file.
Which is a way to do it quickly in terms of processing time?
Data to be transfer is huge one. E.g. 2147483458 bytes.
So I can't use array as temporary data type.
Since looping takes too much time, Is there any way to directly use
StreamReader and StreamWriter in conjunction.
Any help will be appreciated.
Thanks and Regards
Sakharam Phapale
I want to read data from one file and write that into another file.
Which is a way to do it quickly in terms of processing time?
Data to be transfer is huge one. E.g. 2147483458 bytes.
So I can't use array as temporary data type.
Since looping takes too much time, Is there any way to directly use
StreamReader and StreamWriter in conjunction.
Any help will be appreciated.
Thanks and Regards
Sakharam Phapale