Posted By:
Almagest_FUTT
Posted On:
Wednesday, August 24, 2005 09:48 AM
I could think of two ways:
Most simple, since a living fossil like you definitely will use UNIX, is a /usr/bin/tail.
Else, i think you'll need to bestow the file size somewhere. You could then create an instance of RandomAccessFile, seek() to the last size, and read what has been added, if anything.