Text file seek and read

Hi
I need some advice ,i had requirement to read text file but its too large then i decide to only read some lines in this file can i use seek method for jump given line ? Then i can only read that line because that text file is too large reading whole file is wasting lot of time , if its not possible ,any one give better solution for that(seek to given line and read it).

Thanks



Topic archived. No new replies allowed.