org.dbunit.dataset.csv.handlers
Class QuoteHandler.UNQUOTE

java.lang.Object
  extended byorg.dbunit.dataset.csv.handlers.Helper
      extended byorg.dbunit.dataset.csv.handlers.QuoteHandler.UNQUOTE
Enclosing class:
QuoteHandler

protected static class QuoteHandler.UNQUOTE
extends Helper


Constructor Summary
protected QuoteHandler.UNQUOTE()
           
 
Method Summary
 boolean allowForNoMoreInput()
           
 void helpWith(char c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuoteHandler.UNQUOTE

protected QuoteHandler.UNQUOTE()
Method Detail

helpWith

public void helpWith(char c)

allowForNoMoreInput

public boolean allowForNoMoreInput()
Overrides:
allowForNoMoreInput in class Helper


Copyright © 2002-2004 DbUnit.org. All Rights Reserved.