|
||||||||||
????? ????? | ?????? ?????? | |||||||||
??: ??? | ????? | ??????? | ???? | ??: ????? | ??????? | ???? |
java.lang.Objectorg.seasar.s2csv.csv.io.DefaultCSVWriter
public class DefaultCSVWriter
S2CSV標準の書き出しを行います
?????????? | |
---|---|
DefaultCSVWriter(java.io.Writer writer,
CSVEntityDesc csvConf)
DefaultCSVWriterを生成します |
??????? | |
---|---|
void |
close()
クローズ処理を行います。 |
protected boolean |
isNeedQuote(java.lang.String col)
|
protected void |
putCol(java.lang.String col,
boolean quote)
カラムを書き出します。 |
protected void |
putHeader(java.lang.String[] csvColumns)
ヘッダ行を書き出します |
void |
writeLine(java.lang.String[] csvColumns)
CSVデータを書き出します。 |
??? java.lang.Object ??????????? |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
?????????? |
---|
public DefaultCSVWriter(java.io.Writer writer, CSVEntityDesc csvConf)
writer
- csvConf
- ??????? |
---|
protected void putHeader(java.lang.String[] csvColumns)
csvColumns
- public void writeLine(java.lang.String[] csvColumns)
CSVWriter
???:
CSVWriter
?? writeLine
csvColumns
- カラムデータprotected void putCol(java.lang.String col, boolean quote) throws java.io.IOException
col
- quote
-
java.io.IOException
protected boolean isNeedQuote(java.lang.String col)
public void close()
CSVWriter
???:
CSVWriter
?? close
|
||||||||||
????? ????? | ?????? ?????? | |||||||||
??: ??? | ????? | ??????? | ???? | ??: ????? | ??????? | ???? |