|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CSVWriter
Interface for systems that really like interfaces
SimpleCVSWriter| Method Summary | |
|---|---|
void |
append(java.lang.Object[] fields)
Write a row to the CSV file |
void |
rawLine(java.lang.String line)
Append a string as a raw line, without any processing Useful for comments, etc |
void |
setAutoFlush(boolean autoFlush)
Flush after each line? |
void |
setNewLine(char c)
Defaults to the system dependent newline |
void |
setNewLine(char[] c)
Defaults to the system dependent newline |
void |
setNewLine(java.lang.String newline)
Defaults to the system dependent newline |
void |
setSeperator(char seperator)
Specify the character to use to seperate fields, defaults to a comma |
| Method Detail |
|---|
void append(java.lang.Object[] fields)
throws java.io.IOException
java.io.IOExceptionvoid setSeperator(char seperator)
void setAutoFlush(boolean autoFlush)
void setNewLine(char c)
void setNewLine(char[] c)
void setNewLine(java.lang.String newline)
void rawLine(java.lang.String line)
throws java.io.IOException
Useful for comments, etc
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||