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

Quick Search    Search Deep

org.dinopolis.util.io: Javadoc index of package org.dinopolis.util.io.


Package Samples:

org.dinopolis.util.io

Classes:

Tokenizer: This tokenizer merges the benefits of the java.lang.StringTokenizer class and the java.io.StreamTokenizer class. It provides a low level and a high level interface to the tokenizer. The low level interface consists of the method pair nextToken() and getWord(), where the first returns the type of token in the parsing process, and the latter returns the String element itself. The high level interface consists of the methods hasNextLine() and nextLine(). They use the low level interface to parse the data line by line and create a list of strings from it. It is unsure, if it is wise to mix the usage ...
FileChangeDetection: This class checks a given file and detects any modifications (if the modificaiton time changes) and informs any listeners on this change.
FileChangeListener: Interface to be informed about file changes (modification date).

Home | Contact Us | Privacy Policy | Terms of Service