Uses of Interface
com.univocity.parsers.common.record.Record

Packages that use Record
com.univocity.parsers.common   
com.univocity.parsers.common.iterators   
com.univocity.parsers.common.record   
 

Uses of Record in com.univocity.parsers.common
 

Methods in com.univocity.parsers.common that return Record
 Record AbstractParser.parseNextRecord()
          Parses the next record from the input.
 Record AbstractParser.parseRecord(String line)
          Parses a single line from a String in the format supported by the parser implementation.
 Record ContextWrapper.toRecord(String[] row)
           
 Record Context.toRecord(String[] row)
          Converts the given parsed row to a Record
 Record DefaultContext.toRecord(String[] row)
           
 Record ParsingContextWrapper.toRecord(String[] row)
           
 

Methods in com.univocity.parsers.common that return types with arguments of type Record
 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.
 List<Record> AbstractParser.parseAllRecords()
          Parses all remaining Records from the input and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(File file)
          Parses all records from a file and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(File file, Charset encoding)
          Parses all records from a file and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(File file, Charset encoding, int expectedRowCount)
          Parses all records from a file and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(File file, int expectedRowCount)
          Parses all records from a file and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(File file, String encoding)
          Parses all records from a file and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(File file, String encoding, int expectedRowCount)
          Parses all records from a file and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(InputStream input)
          Parses all records from an input stream and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(InputStream input, Charset encoding)
          Parses all records from an input stream and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(InputStream input, Charset encoding, int expectedRowCount)
          Parses all records from an input stream and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(InputStream input, int expectedRowCount)
          Parses all records from an input stream and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(InputStream input, String encoding)
          Parses all records from an input stream and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(InputStream input, String encoding, int expectedRowCount)
          Parses all records from an input stream and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(int expectedRowCount)
          Parses all remaining Records from the input and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(Reader reader)
          Parses all records from the input and returns them in a list.
 List<Record> AbstractParser.parseAllRecords(Reader reader, int expectedRowCount)
          Parses all records from the input and returns them in a list.
 

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

Methods in com.univocity.parsers.common.iterators that return Record
protected  Record RecordIterator.nextResult()
           
 

Uses of Record in com.univocity.parsers.common.record
 

Classes in com.univocity.parsers.common.record with type parameters of type Record
 class AbstractRecordFactory<R extends Record,M extends RecordMetaData>
          An abstract factory class which allows subclasses to provide implementations of Record
 

Methods in com.univocity.parsers.common.record that return Record
 Record RecordFactory.newRecord(String[] data)
          Creates a new Record with a row parsed from the input
 



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