Hi all,
I have to read a log file which is flat in nature and extract information
out of it. The data keeps adding at end of file, i have currently used
buffered reader and writer, it works fine, as i am comparing data from a
previous copy line by line and then copying changes to a third file. Then i
make copy of the log file to compare again. This process continues......

I am looking for a better solution to this apart from buffer reader/writer
which would compare contents and give the added information..

Thanks
sandarbh

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to