au.com.bytecode.opencsv
Class CSVWriterExceptionThrower

java.lang.Object
  extended by au.com.bytecode.opencsv.CSVWriter
      extended by au.com.bytecode.opencsv.CSVWriterExceptionThrower
All Implemented Interfaces:
Closeable, Flushable

public class CSVWriterExceptionThrower
extends CSVWriter

Created by IntelliJ IDEA. User: sconway Date: 6/5/11 Time: 7:08 PM To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class au.com.bytecode.opencsv.CSVWriter
DEFAULT_ESCAPE_CHARACTER, DEFAULT_LINE_END, DEFAULT_QUOTE_CHARACTER, DEFAULT_SEPARATOR, INITIAL_STRING_SIZE, NO_ESCAPE_CHARACTER, NO_QUOTE_CHARACTER
 
Constructor Summary
CSVWriterExceptionThrower(Writer writer)
           
 
Method Summary
 void flush()
           
 
Methods inherited from class au.com.bytecode.opencsv.CSVWriter
checkError, close, flushQuietly, processLine, setResultService, writeAll, writeAll, writeAll, writeAll, writeColumnNames, writeNext, writeNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVWriterExceptionThrower

public CSVWriterExceptionThrower(Writer writer)
Method Detail

flush

public void flush()
           throws IOException
Specified by:
flush in interface Flushable
Overrides:
flush in class CSVWriter
Throws:
IOException


Copyright © 2011. All Rights Reserved.