Package org.supercsv.comment
Provides the classes used for skipping comments.
- Since:
- 2.1.0
-
Interface Summary Interface Description CommentMatcher Interface for comment matchers. -
Class Summary Class Description CommentMatches CommentMatcher that matches lines that match a specified regular expression.CommentStartsWith CommentMatcher that matches lines that begin with a specified String.