public class DefaultFileOutputContext extends Object implements FileOutputContext
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileName |
protected String |
separator |
| Constructor and Description |
|---|
DefaultFileOutputContext(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
BufferedWriter |
getFileWriter() |
String |
getSeparator() |
void |
setSeparator(String separator) |
public DefaultFileOutputContext(String fileName)
public BufferedWriter getFileWriter()
getFileWriter in interface FileOutputContextpublic String getSeparator()
getSeparator in interface FileOutputContextpublic void setSeparator(String separator)
setSeparator in interface FileOutputContextpublic String getFileName()
getFileName in interface FileOutputContextCopyright © 2018. All rights reserved.