Interface FileOutputContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultFileOutputContext

public interface FileOutputContext extends Serializable
This interface represents output contexts, which are classes providing a mean for getting a buffer reader object.
Author:
Antonio J. Nebro <antonio@lcc.uma.es>
  • Method Details

    • getFileWriter

      BufferedWriter getFileWriter()
    • getSeparator

      String getSeparator()
    • setSeparator

      void setSeparator(String separator)
    • getFileName

      String getFileName()