| 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.
|
class |
CSVSource
DataSource implementation that provides for
row-wise or column-wise iteration through CSV files. |
| 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 |
AbstractDataSource<E>
Abstract implementation of the
DataSource interface, which holds a 'type' attribute
and provides an empty close() method. |
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 | Field and Description |
|---|---|
protected DataSource<E> |
JavaIterableFromDataSource.source |
protected DataSource<S> |
DataSourceAdapter.source |
| Constructor and Description |
|---|
ConvertingDataSource(DataSource<S> source,
org.databene.commons.Converter<S,T> converter) |
DataSourceAdapter(DataSource<S> source,
Class<T> type) |
DataSourceProxy(DataSource<E> source) |
JavaIterableFromDataSource(DataSource<E> source) |
OffsetDataSource(DataSource<E> source,
int offset) |
| Modifier and Type | Class and Description |
|---|---|
class |
XLSLineSource
|
class |
XLSSource
Defined XLSSource as abstraction for XLS row or column data sources.
|
Copyright © 2006–2016 Volker Bergmann. All rights reserved.