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 OutputToolpublic void writeToOutput(java.lang.String fileName,
                          java.lang.String text,
                          java.lang.String charset)
                   throws java.lang.Exception
writeToOutput in interface OutputTooljava.lang.Exception