Package edu.ucla.sspace.util

Examples of edu.ucla.sspace.util.DirectoryWalker$FileIterator


     * @param dirName A directory path containing a large directory structure
     *        that contains numerous text files that can be processed by a
     *        subclass of {@link DirectoryCoprusReader}.
     */
    public Iterator<D> read(File dir) {
        return corpusIterator((new DirectoryWalker(dir)).iterator());
    }
View Full Code Here

TOP

Related Classes of edu.ucla.sspace.util.DirectoryWalker$FileIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.