Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.dinopolis.util.io

Interface Summary
FileChangeListener Interface to be informed about file changes (modification date).
 

Class Summary
FileChangeDetection This class checks a given file and detects any modifications (if the modificaiton time changes) and informs any listeners on this change.
Tokenizer This tokenizer merges the benefits of the java.lang.StringTokenizer class and the java.io.StreamTokenizer class.