com.servingxml.components.flatfile.options
Class MultipleCommentStarterChecker

java.lang.Object
  extended by com.servingxml.components.flatfile.options.CommentStarterByteChecker
      extended by com.servingxml.components.flatfile.options.MultipleCommentStarterChecker

public final class MultipleCommentStarterChecker
extends CommentStarterByteChecker


Field Summary
 
Fields inherited from class com.servingxml.components.flatfile.options.CommentStarterByteChecker
NULL
 
Constructor Summary
MultipleCommentStarterChecker(CommentStarterByteChecker[] commentStarterCheckers)
           
 
Method Summary
 boolean checkCommentSymbol(ByteBuffer recordBuffer, ByteArrayBuilder byteArrayBuilder)
           
 
Methods inherited from class com.servingxml.components.flatfile.options.CommentStarterByteChecker
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipleCommentStarterChecker

public MultipleCommentStarterChecker(CommentStarterByteChecker[] commentStarterCheckers)
Method Detail

checkCommentSymbol

public final boolean checkCommentSymbol(ByteBuffer recordBuffer,
                                        ByteArrayBuilder byteArrayBuilder)
                                 throws java.io.IOException
Specified by:
checkCommentSymbol in class CommentStarterByteChecker
Throws:
java.io.IOException