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