I am trying to write some data to file using Buffered Writer. I have requirement to create an index file with some time stamp and line number. For this I require the line number where the output stream had written.
Can you please suggest some method to achieve this
