com.servingxml.components.flatfile.options
Class CommentStarterByteCheckerImpl

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

public final class CommentStarterByteCheckerImpl
extends CommentStarterByteChecker


Field Summary
 
Fields inherited from class com.servingxml.components.flatfile.options.CommentStarterByteChecker
NULL
 
Constructor Summary
CommentStarterByteCheckerImpl(byte[] value)
           
 
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

CommentStarterByteCheckerImpl

public CommentStarterByteCheckerImpl(byte[] value)
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