|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RowWriter
Common interface for those writers which store the data as
String [].
CSVWriter| Method Summary | |
|---|---|
void |
close()
Closes the underlying writer. |
void |
writeNext(java.lang.String[] row)
Writes the next row as a string array. |
| Method Detail |
|---|
void writeNext(java.lang.String[] row)
throws java.io.IOException
row - Row of data as a string array.
java.io.IOException - If bad things happen during the write.
void close()
throws java.io.IOException
java.io.IOException - If the close fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||