Hi All,
I have a text file.The file size is very big.I have to read the file from different line number.
e.g
File test.txt contains 10000000 lines and more.The 1st thread read the file from line 1 to 1000.2 nd thread read the file from line 1100 to 2000.3 rd thread read the file from line 2100 to 3000.. so on.
Please help me.
Thanks!
vaskar