| Package | Description |
|---|---|
| org.databene.formats.csv | |
| org.databene.formats.fixedwidth | |
| org.databene.formats.util | |
| org.databene.formats.xls |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVCellSource
Creates Iterators that iterate through the cells of a CSV file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FixedWidthLineSource
Creates Iterators that iterate through the lines of a flat file and returns each line as array of Strings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConvertingDataSource<S,T>
DataSource proxy which applies a Converter to the source's data. |
class |
DataSourceAdapter<S,T>
Adapter for the
DataSource class. |
class |
DataSourceFromIterable<E>
Provides
DataSource-style access to a Java-SDK-Iterable. |
class |
DataSourceProxy<E>
Proxy for a
DataSource. |
class |
OffsetDataSource<E>
DataSource proxy which provides a subset of the source's data defined by an offset. |
| Modifier and Type | Class and Description |
|---|---|
class |
XLSLineSource
|
Copyright © 2006–2016 Volker Bergmann. All rights reserved.