com.servingxml.components.flatfile.options
Interface CommentStarter

All Known Implementing Classes:
CommentStarterImpl, MultipleCommentSymbol

public interface CommentStarter

The CommentStarter class encapsulates a comment character sequence.


Field Summary
static CommentStarter NULL
           
 
Method Summary
 CommentStarterByteChecker createByteCommentStarterChecker(java.nio.charset.Charset charset)
           
 CommentStarterCharChecker createCharCommentStarterChecker()
           
 

Field Detail

NULL

static final CommentStarter NULL
Method Detail

createByteCommentStarterChecker

CommentStarterByteChecker createByteCommentStarterChecker(java.nio.charset.Charset charset)

createCharCommentStarterChecker

CommentStarterCharChecker createCharCommentStarterChecker()