How can I read from a text file but not line by line ? I want to read the whole file in one step as one block and then I will do my operation on it . I just want to reduce time in my project while reading large text file .
How can I read from a text file but not line by line ? I want to read the whole file in one step as one block and then I will do my operation on it . I just want to reduce time in my project while reading large text file .
Comments
Post a Comment