Package csv

Provides basic classes for reading and writing table-like data.
  • Interface Summary 
    Interface Description
    CommentCallback
    Will be called when a commen is discovered in an input stream
    TableReader
    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.
  • Class Summary 
    Class Description
    CSVFactory
    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.
  • Exception Summary 
    Exception Description
    CsvException
    Exception that reports a reader/writer problem.