|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.csvman.in.BasicCsvSaver
Internal Class; provides basic implementation of CsvSaver.
| Constructor Summary | |
BasicCsvSaver(CsvWriter pCsvWriter,
CsvSpec pCsvSpec,
Writer pWriter)
Create a new instance based on a CsvWriter instance. |
|
| Method Summary | |
void |
begin()
Initialise. |
void |
end()
Close writer if close-outputstream is true. |
void |
next(String[] pLine)
Supply the next line of data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BasicCsvSaver(CsvWriter pCsvWriter,
CsvSpec pCsvSpec,
Writer pWriter)
CsvWriter instance.
| Method Detail |
public void begin()
begin in interface CsvSaverpublic void next(String[] pLine)
next in interface CsvSaverpublic void end()
close-outputstream is true.
end in interface CsvSaver
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||