|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objecteos.io.printer.CSVPrintWriter
public class CSVPrintWriter
A print writer to write output to a CSV file
Constructor Summary | |
---|---|
CSVPrintWriter(String fileName)
Create a new CSVPrinter |
Method Summary | |
---|---|
void |
cleanup()
Clean up the print writer |
String |
getFileName()
Return the name of the output file |
void |
print(Object arg)
Print arg |
void |
printDelimiter()
Print a delimiter |
void |
println(Object... args)
Print args separated by comma, followed by a new line character |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSVPrintWriter(String fileName)
fileName
- name of the output fileMethod Detail |
---|
public String getFileName()
public void println(Object... args)
args
- arguments to be printedpublic void print(Object arg)
arg
- argument to be printedpublic void printDelimiter()
public void cleanup()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |