Package | Description |
---|---|
com.univocity.parsers.common | |
com.univocity.parsers.common.iterators | |
com.univocity.parsers.common.record |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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(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.
|
Modifier and Type | Method and Description |
---|---|
protected Record |
RecordIterator.nextResult() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRecordFactory<R extends Record,M extends RecordMetaData>
An abstract factory class which allows subclasses to provide implementations of
Record |
Modifier and Type | Method and Description |
---|---|
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.