| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractStreamTableWriter |
CSVFactory.getMimeTypeWriter(String mimeType)
Returns a writer for the given MIME type.
|
AbstractStreamTableWriter |
CSVFactory.getWriter(File file)
Returns the correct reader for the given file.
|
AbstractStreamTableWriter |
CSVFactory.getWriter(String file)
Returns the correct reader for the given file.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AbstractStreamTableWriter> |
MimeTypeInfo.getWriterClass()
Returns the responsible writer class.
|
| Constructor and Description |
|---|
MimeTypeInfo(String[] mimeTypes,
Class<? extends AbstractStreamTableReader> readerClass,
Class<? extends AbstractStreamTableWriter> writerClass)
Constructor.
|
MimeTypeInfo(String mimeType,
Class<? extends AbstractStreamTableReader> readerClass,
Class<? extends AbstractStreamTableWriter> writerClass)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVWriter
Implements functionality for writing CSV streams.
|
class |
ExcelWriter
Provides ability to write Excel files.
|
class |
HtmlWriter
Provides implementation for writing HTML table.
|
class |
XmlWriter
Writer implementation for XML streams.
|
Copyright © 2014. All rights reserved.