|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmk.fsgrep.util.output.OutputDestination
mk.fsgrep.util.output.FileOutput
public class FileOutput
Send output to a given file.
Constructor Summary | |
---|---|
FileOutput(java.lang.String filename)
|
Method Summary | |
---|---|
void |
close()
|
void |
flush()
|
java.lang.String |
getFilename()
|
protected java.io.FileWriter |
getFileWriter()
|
protected java.io.PrintWriter |
getPrintWriter()
|
void |
print(java.lang.String string)
|
Methods inherited from class mk.fsgrep.util.output.OutputDestination |
---|
print, println, println |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileOutput(java.lang.String filename)
Method Detail |
---|
public java.lang.String getFilename()
protected java.io.FileWriter getFileWriter()
protected java.io.PrintWriter getPrintWriter()
public void print(java.lang.String string)
print
in class OutputDestination
public void flush()
flush
in class OutputDestination
public void close()
close
in class OutputDestination
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |