| 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 and 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 and Description |
|---|---|
CommentMatcher |
CsvPreference.getCommentMatcher()
Returns the comment matcher.
|
| Modifier and Type | Method and Description |
|---|---|
CsvPreference.Builder |
CsvPreference.Builder.skipComments(CommentMatcher commentMatcher)
Enables the skipping of comments.
|
Copyright © 2007-2013 Super CSV. All Rights Reserved.