Package org.uma.jmetal.util.fileoutput
Interface FileOutputContext
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultFileOutputContext
This interface represents output contexts, which are classes providing a mean for getting a
buffer reader object.
- Author:
- Antonio J. Nebro
-
Method Summary
-
Method Details
-
getFileWriter
BufferedWriter getFileWriter() -
getSeparator
String getSeparator() -
setSeparator
-
getFileName
String getFileName()
-