public class FileOutputTool extends Object implements OutputTool
Constructor and Description |
---|
FileOutputTool() |
Modifier and Type | Method and Description |
---|---|
void |
makeOutputArea(String filename) |
void |
writeToOutput(String fileName,
String text,
String charset) |
public void makeOutputArea(String filename)
makeOutputArea
in interface OutputTool
public void writeToOutput(String fileName, String text, String charset) throws Exception
writeToOutput
in interface OutputTool
Exception