View Single Post
  #2  
Old 11-19-2012, 01:37 PM
ghack2k is offline ghack2k
Registered User

Join Date: Nov 2012
Posts: 2

Confused This works very well but...

Hello,

this code works very well but ONLY for files under 2GB...

if we use this in files bigger we will get an "out of memory" exception..

I was digging and searching arround and i did realize that we can read this in chunks to avoid this exception... But i couldn't realize how to use the chunks and add to this code.

Does anyone knows how to do it? How can we read a file bigger than 2GB without giving the "out of memory" exception ?

Thanks in advanced.
Reply With Quote