|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IterableResult | |
|---|---|
| com.univocity.parsers.common.routine | |
| Uses of IterableResult in com.univocity.parsers.common.routine |
|---|
| Methods in com.univocity.parsers.common.routine that return IterableResult | ||
|---|---|---|
|
AbstractRoutines.iterate(Class<T> beanType,
File input)
Iterates over a file to produce instances of annotated java beans on demand. |
|
|
AbstractRoutines.iterate(Class<T> beanType,
File input,
Charset encoding)
Iterates over a file to produce instances of annotated java beans on demand. |
|
|
AbstractRoutines.iterate(Class<T> beanType,
File input,
String encoding)
Iterates over a file to produce instances of annotated java beans on demand. |
|
|
AbstractRoutines.iterate(Class<T> beanType,
InputStream input)
Iterates over an input stream to produce instances of annotated java beans on demand. |
|
|
AbstractRoutines.iterate(Class<T> beanType,
InputStream input,
Charset encoding)
Iterates over an input stream to produce instances of annotated java beans on demand. |
|
|
AbstractRoutines.iterate(Class<T> beanType,
InputStream input,
String encoding)
Iterates over an input stream to produce instances of annotated java beans on demand. |
|
|
AbstractRoutines.iterate(Class<T> beanType,
Reader input)
Iterates over an input to produce instances of annotated java beans on demand. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||