public interface CommentMatcher
Modifier and Type | Method and Description |
---|---|
boolean |
isComment(String line)
Determines whether a line of CSV is a comment.
|
boolean isComment(String line)
line
- the raw line of CSVCopyright © 2007–2015 Super CSV. All rights reserved.