Uses of Interface
com.univocity.parsers.common.IterableResult

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
<T> IterableResult<T,ParsingContext>
AbstractRoutines.iterate(Class<T> beanType, File input)
          Iterates over a file to produce instances of annotated java beans on demand.
<T> IterableResult<T,ParsingContext>
AbstractRoutines.iterate(Class<T> beanType, File input, Charset encoding)
          Iterates over a file to produce instances of annotated java beans on demand.
<T> IterableResult<T,ParsingContext>
AbstractRoutines.iterate(Class<T> beanType, File input, String encoding)
          Iterates over a file to produce instances of annotated java beans on demand.
<T> IterableResult<T,ParsingContext>
AbstractRoutines.iterate(Class<T> beanType, InputStream input)
          Iterates over an input stream to produce instances of annotated java beans on demand.
<T> IterableResult<T,ParsingContext>
AbstractRoutines.iterate(Class<T> beanType, InputStream input, Charset encoding)
          Iterates over an input stream to produce instances of annotated java beans on demand.
<T> IterableResult<T,ParsingContext>
AbstractRoutines.iterate(Class<T> beanType, InputStream input, String encoding)
          Iterates over an input stream to produce instances of annotated java beans on demand.
<T> IterableResult<T,ParsingContext>
AbstractRoutines.iterate(Class<T> beanType, Reader input)
          Iterates over an input to produce instances of annotated java beans on demand.
 



Copyright © 2017 uniVocity Software Pty Ltd. All rights reserved.