i am using buffer reader to read each line using loop. My problem is when the pointer reach EOF then it has to be reset. So when using mark() i have to specify the size. For a huge file, length has to be stored in long but mark only takes int type value.. any other function that i can use to reset pointer.
Ads