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

Packages that use IterableResult
com.univocity.parsers.common   
com.univocity.parsers.common.iterators   
com.univocity.parsers.common.routine   
 

Uses of IterableResult in com.univocity.parsers.common
 

Methods in com.univocity.parsers.common that return IterableResult
 IterableResult<String[],ParsingContext> AbstractParser.iterate(File input)
          Provides an IterableResult for iterating rows parsed from the input.
 IterableResult<String[],ParsingContext> AbstractParser.iterate(File input, Charset encoding)
          Provides an IterableResult for iterating rows parsed from the input.
 IterableResult<String[],ParsingContext> AbstractParser.iterate(File input, String encoding)
          Provides an IterableResult for iterating rows parsed from the input.
 IterableResult<String[],ParsingContext> AbstractParser.iterate(InputStream input)
          Provides an IterableResult for iterating rows parsed from the input.
 IterableResult<String[],ParsingContext> AbstractParser.iterate(InputStream input, Charset encoding)
          Provides an IterableResult for iterating rows parsed from the input.
 IterableResult<String[],ParsingContext> AbstractParser.iterate(InputStream input, String encoding)
          Provides an IterableResult for iterating rows parsed from the input.
 IterableResult<String[],ParsingContext> AbstractParser.iterate(Reader input)
          Provides an IterableResult for iterating rows parsed from the input.
 IterableResult<Record,ParsingContext> AbstractParser.iterateRecords(File input)
          Provides an IterableResult for iterating records parsed from the input.
 IterableResult<Record,ParsingContext> AbstractParser.iterateRecords(File input, Charset encoding)
          Provides an IterableResult for iterating records parsed from the input.
 IterableResult<Record,ParsingContext> AbstractParser.iterateRecords(File input, String encoding)
          Provides an IterableResult for iterating records parsed from the input.
 IterableResult<Record,ParsingContext> AbstractParser.iterateRecords(InputStream input)
          Provides an IterableResult for iterating records parsed from the input.
 IterableResult<Record,ParsingContext> AbstractParser.iterateRecords(InputStream input, Charset encoding)
          Provides an IterableResult for iterating records parsed from the input.
 IterableResult<Record,ParsingContext> AbstractParser.iterateRecords(InputStream input, String encoding)
          Provides an IterableResult for iterating records parsed from the input.
 IterableResult<Record,ParsingContext> AbstractParser.iterateRecords(Reader input)
          Provides an IterableResult for iterating records parsed from the input.
 

Uses of IterableResult in com.univocity.parsers.common.iterators
 

Classes in com.univocity.parsers.common.iterators that implement IterableResult
 class RecordIterator
          An iterator of Records.
 class RowIterator
          An iterator of String[].
 

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.