public class FileOutputAdapter extends OutputStreamAdapter
OutputAdapterbufferedWriter| Constructor and Description |
|---|
FileOutputAdapter(File file)
Creates a new FileOutputAdapter by opening a connection to an actual file,
specified by the file param
|
FileOutputAdapter(String fileName)
Creates a new FileOutputAdapter by opening a connection to an actual file,
specified by the fileName param
|
public FileOutputAdapter(File file) throws FileNotFoundException, IOException
file - File object in the file systemFileNotFoundException - if specified file was not foundIOExceptionpublic FileOutputAdapter(String fileName) throws FileNotFoundException, IOException
fileName - name of the file in file systemFileNotFoundException - if specified file was not foundIOExceptionCopyright © 2019 Neuroph Project. All rights reserved.