public class FileWordReader extends LineWordReader
WordReader that returns words from a file or a URL.| Constructor and Description |
|---|
FileWordReader(File file)
Creates a new FileWordReader for the given file.
|
FileWordReader(URL url)
Creates a new FileWordReader for the given URL.
|
close, lineLocationDescription, nextLinegetBaseDir, includeWordReader, lastComments, locationDescription, nextWord, setBaseDirpublic FileWordReader(File file) throws IOException
IOExceptionpublic FileWordReader(URL url) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.