public class FileInputAdapter extends InputStreamAdapter
InputAdapter
bufferedReader
Constructor and Description |
---|
FileInputAdapter(File file)
Creates a new FileInputAdapter by opening a connection to an actual file,
specified by the file param
|
FileInputAdapter(String fileName)
Creates a new FileInputAdapter by opening a connection to an actual file,
specified by the fileName param
|
public FileInputAdapter(File file) throws FileNotFoundException
file
- File object in the file systemFileNotFoundException
- if specified file was not foundpublic FileInputAdapter(String fileName) throws FileNotFoundException
fileName
- name of the file in file systemFileNotFoundException
- if specified file was not foundCopyright © 2019 Neuroph Project. All rights reserved.