I have a log file which is being written to, and I want to read the whole file into a Java program as it is being written, without copying the file at the os level first and then reading the copy. Is this possible?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Check this link: http://en.newinstance.it/2005/11/19/listening-changes-on-a-text-file-unix-tail-implementation-with-java/ |
|||
|
|