|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Results | |
|---|---|
| com.univocity.parsers.common | |
| Uses of Results in com.univocity.parsers.common |
|---|
| Methods in com.univocity.parsers.common that return Results | |
|---|---|
Results<? extends Result<? extends ResultRecord,C>> |
ResultRecord.getLinkedEntityData()
Gets all of the associated Result for this ResultRecord. |
Results<? extends Result<R,C>> |
Result.getLinkedEntityData(int rowIndex)
Gets all of the Result associated with the specific rowIndex
in a Results list. |
Results<T> |
EntityParserInterface.parse(File file)
Given a File, parses all records of all entities
defined in the EntityList of this parser, submitting them to the Processor implementation
associated with each entity (through EntitySettings.setProcessor(Processor). |
Results<T> |
EntityParserInterface.parse(File file,
Charset encoding)
Given a File, parses all records of all entities
defined in the EntityList of this parser, submitting them to the Processor implementation
associated with each entity (through EntitySettings.setProcessor(Processor). |
Results<T> |
EntityParserInterface.parse(com.univocity.api.io.FileProvider fileProvider)
Given an input, made available from a FileProvider, parses all records of all entities
defined in the EntityList of this parser, submitting them to the Processor implementation
associated with each entity (through EntitySettings.setProcessor(Processor). |
Results<T> |
EntityParserInterface.parse(File file,
String encoding)
Given a File, parses all records of all entities
defined in the EntityList of this parser, submitting them to the Processor implementation
associated with each entity (through EntitySettings.setProcessor(Processor). |
Results<T> |
EntityParserInterface.parse(InputStream inputStream)
Given an InputStream, parses all records of all entities
defined in the EntityList of this parser, submitting them to the Processor implementation
associated with each entity (through EntitySettings.setProcessor(Processor). |
Results<T> |
EntityParserInterface.parse(InputStream inputStream,
Charset encoding)
Given an InputStream, parses all records of all entities
defined in the EntityList of this parser, submitting them to the Processor implementation
associated with each entity (through EntitySettings.setProcessor(Processor). |
Results<T> |
EntityParserInterface.parse(InputStream inputStream,
String encoding)
Given an InputStream, parses all records of all entities
defined in the EntityList of this parser, submitting them to the Processor implementation
associated with each entity (through EntitySettings.setProcessor(Processor). |
Results<T> |
EntityParserInterface.parse(Reader reader)
Given a Reader, parses all records of all entities
defined in the EntityList of this parser, submitting them to the Processor implementation
associated with each entity (through EntitySettings.setProcessor(Processor). |
Results<T> |
EntityParserInterface.parse(com.univocity.api.io.ReaderProvider readerProvider)
Given an input, made available from a ReaderProvider, parses all records of all entities
defined in the EntityList of this parser, submitting them to the Processor implementation
associated with each entity (through EntitySettings.setProcessor(Processor). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||