public class FileSource<T> extends InputStreamDataReader<T>
| Constructor and Description |
|---|
FileSource(java.io.File f) |
FileSource(java.io.File f,
InputStreamConverter<T> converter) |
get, getConverter, getInputStream, next, setConverter, setInputStreamiteratorpublic FileSource(java.io.File f)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic FileSource(java.io.File f,
InputStreamConverter<T> converter)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOException