Class Tailer

java.lang.Object
VASSAL.tools.io.Tailer

public class Tailer extends Object
Tail a file. This class is designed to behave similarly to the UNIX command tail -f, watching the file for changes and reporting them to listeners. The tailer may be stopped when it is not needed; if it is restarted, it will remember its last position and resume reading where it left off.
Since:
3.2.0
Author:
Joel Uckelman