sweta Posted July 31, 2017 Report Share Posted July 31, 2017 Hi, I want to read large file approx 300mb. how to read file? Quote Link to comment
hooovahh Posted July 31, 2017 Report Share Posted July 31, 2017 Read from text file, or read from binary file. Of course you won't want to read the whole file at once, you'll run out of memory and crash but you can read it in chunks reading N bytes at a time. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.