I want to read first line of a file inside a zip file. Now I do it using while loop like this one sample stackoverflow quesion link
But I know the exact location of file inside that zip. And the zip file is very big(can be more than 500mb).
So I'm thinking is there a way to read that file without looping through all files using while.