com.servingxml.components.flatfile.options
Class CommentStarterCharChecker

java.lang.Object
  extended by com.servingxml.components.flatfile.options.CommentStarterCharChecker
Direct Known Subclasses:
CommentStarterCharCheckerImpl, MultipleCharCommentStarterChecker

public abstract class CommentStarterCharChecker
extends java.lang.Object


Field Summary
static CommentStarterCharChecker NULL
           
 
Constructor Summary
CommentStarterCharChecker()
           
 
Method Summary
abstract  boolean checkCommentSymbol(CharBuffer recordBuffer, CharArrayBuilder charArrayBuilder)
           
static CommentStarterCharChecker newInstance(java.lang.String commentStarterString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final CommentStarterCharChecker NULL
Constructor Detail

CommentStarterCharChecker

public CommentStarterCharChecker()
Method Detail

checkCommentSymbol

public abstract boolean checkCommentSymbol(CharBuffer recordBuffer,
                                           CharArrayBuilder charArrayBuilder)
                                    throws java.io.IOException
Throws:
java.io.IOException

newInstance

public static CommentStarterCharChecker newInstance(java.lang.String commentStarterString)