| 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 |
CSVSingleColumIterator
HeavyweightIterator that iterates through all cells of a single CSV column. |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedWidthBeanIterator<E>
Iterates fixed-width column files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConvertingDataIterator<S,T>
DataIterator proxy which applies a Converter to the data provided by its source. |
class |
CyclicDataIterator<E>
Allows repeated iteration through a
DataIterator. |
class |
DataIteratorProxy<E>
Proxy for a
DataIterator. |
class |
FilteringDataIterator<E>
DataIterator proxy which applies a Filter to the data provides by its source. |
class |
OffsetDataIterator<E>
Forwards the data of another
DataIterator, swallowing the first elements
provided by its DataIteratorProxy.next(DataContainer) method. |
| Modifier and Type | Class and Description |
|---|---|
class |
XLSJavaBeanIterator<E>
Iterates XLS sheets and provides each row as JavaBean instance.
|
Copyright © 2006–2016 Volker Bergmann. All rights reserved.