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

Packages that use Record
com.univocity.parsers.common   
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.
 

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

Uses of Record in com.univocity.parsers.common.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 © 2016 uniVocity Software Pty Ltd. All rights reserved.