endrov.util.io
Class EvCSVWriter

java.lang.Object
  extended by endrov.util.io.EvCSVWriter

public class EvCSVWriter
extends java.lang.Object

Export CSV-like files


Constructor Summary
EvCSVWriter(java.io.Writer io, java.lang.String fieldDelim, boolean quote)
           
 
Method Summary
 void close()
           
protected  void finalize()
           
 void writeEndOfLine()
           
 void writeEntry(java.lang.String e)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvCSVWriter

public EvCSVWriter(java.io.Writer io,
                   java.lang.String fieldDelim,
                   boolean quote)
Method Detail

writeEntry

public void writeEntry(java.lang.String e)
                throws java.io.IOException
Throws:
java.io.IOException

writeEndOfLine

public void writeEndOfLine()
                    throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable