com.generationjava.io
Class CsvWriter
java.lang.Object
com.generationjava.io.CsvWriter
- public class CsvWriter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CsvWriter
public CsvWriter(Writer wtr)
getWriter
public Writer getWriter()
setFieldDelimiter
public void setFieldDelimiter(char ch)
setBlockDelimiter
public void setBlockDelimiter(char ch)
writeField
public void writeField(String field)
throws IOException
- Throws:
IOException
endBlock
public void endBlock()
throws IOException
- Throws:
IOException
writeLine
public void writeLine(String[] strs)
throws IOException
- Throws:
IOException
writeField
public void writeField(Object obj)
throws IOException
- Throws:
IOException
writeLine
public void writeLine(Object[] objs)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
Copyright © 2002-2005 OSJava. All Rights Reserved.