Hi
i am reading the file from the application server by opening the file in binary mode(as it is a tab delimited file)
now when i read the line it wil read character by character. My problem is how to find the end of line now,
i think the end of file will have one end character
what is that character and how to find that character...