Uses of Package
csv
| Package | Description |
|---|---|
| csv |
Provides basic classes for reading and writing table-like data.
|
| csv.impl |
Provides implementation classes for reading various kind of streams as well as producing
such.
|
| csv.impl.type |
Provides basic classes for conversion of strings to objects and vice versa.
|
| csv.util |
Some utility classes for copying tables to each other and wrapper classes
that ease reading and writing objects.
|
-
Classes in csv used by csv Class Description CommentCallback Will be called when a commen is discovered in an input streamCSVFactory This factory returns correct reader and writer implementations for given files.MimeTypeInfo Contains information about what reader and writer classes are responsible for a specific MIME type.TableReader Introduces an interface for other implementations of table reading interfaces. -
Classes in csv used by csv.impl Class Description CommentCallback Will be called when a commen is discovered in an input streamTableReader Introduces an interface for other implementations of table reading interfaces.TableWriter Introduces an interface for other implementations of table writing interfaces.TypeConversionHandler A type conversion handler can take any string and convert it to an appropriate object and vice versa. -
Classes in csv used by csv.impl.type Class Description TypeConversionHandler A type conversion handler can take any string and convert it to an appropriate object and vice versa. -
Classes in csv used by csv.util Class Description TableReader Introduces an interface for other implementations of table reading interfaces.TableWriter Introduces an interface for other implementations of table writing interfaces.