Package | Description |
---|---|
org.supercsv.comment |
Provides the classes used for skipping comments.
|
org.supercsv.prefs |
Provides the configuration classes used when instantiating readers and writers.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CommentMatches |
CommentMatcher that matches lines that match a specified regular expression.
|
class |
CommentStartsWith |
CommentMatcher that matches lines that begin with a specified String.
|
Modifier and Type | Method | Description |
---|---|---|
CommentMatcher |
CsvPreference.getCommentMatcher() |
Returns the comment matcher.
|
Modifier and Type | Method | Description |
---|---|---|
CsvPreference.Builder |
CsvPreference.Builder.skipComments(CommentMatcher commentMatcher) |
Enables the skipping of comments.
|
Copyright © 2007–2018 Super CSV. All rights reserved.