com.servingxml.components.flatfile.options
Class CommentStarterCharCheckerImpl

java.lang.Object
  extended by com.servingxml.components.flatfile.options.CommentStarterCharChecker
      extended by com.servingxml.components.flatfile.options.CommentStarterCharCheckerImpl

public final class CommentStarterCharCheckerImpl
extends CommentStarterCharChecker


Field Summary
 
Fields inherited from class com.servingxml.components.flatfile.options.CommentStarterCharChecker
NULL
 
Constructor Summary
CommentStarterCharCheckerImpl(char[] value)
           
 
Method Summary
 boolean checkCommentSymbol(CharBuffer recordBuffer, CharArrayBuilder charArrayBuilder)
           
 
Methods inherited from class com.servingxml.components.flatfile.options.CommentStarterCharChecker
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentStarterCharCheckerImpl

public CommentStarterCharCheckerImpl(char[] value)
Method Detail

checkCommentSymbol

public final boolean checkCommentSymbol(CharBuffer recordBuffer,
                                        CharArrayBuilder charArrayBuilder)
                                 throws java.io.IOException
Specified by:
checkCommentSymbol in class CommentStarterCharChecker
Throws:
java.io.IOException