Uses of Interface
com.univocity.parsers.common.record.Record
Packages that use Record
Package
Description
-
Uses of Record in com.univocity.parsers.common
Methods in com.univocity.parsers.common with type parameters of type RecordModifier and TypeMethodDescriptionfinal <T extends Record>
voidAbstractWriter.processRecord
(T record) final <T extends Record>
voidAbstractWriter.processRecords
(T[] records) Iterates over all records, processes each one with theRowWriterProcessor
provided byCommonWriterSettings.getRowWriterProcessor()
, and writes them.AbstractWriter.processRecordToString
(T record) Processes the data given for an individual record with theRowWriterProcessor
provided byCommonWriterSettings.getRowWriterProcessor()
, then writes it to aString
.final <T extends Record>
voidAbstractWriter.writeRecord
(T row) Writes the data given for an individual record.AbstractWriter.writeRecordToString
(T row) Writes the data given for an individual record to aString
.Methods in com.univocity.parsers.common that return RecordModifier and TypeMethodDescriptionfinal Record
AbstractParser.parseNextRecord()
Parses the next record from the input.final Record
AbstractParser.parseRecord
(String line) Parses a single line from a String in the format supported by the parser implementation.Converts the given parsed row to aRecord
Methods in com.univocity.parsers.common that return types with arguments of type RecordModifier and TypeMethodDescriptionAbstractParser.internalParseAllRecords
(boolean validateReader, Reader reader, int expectedRowCount) final IterableResult<Record,
ParsingContext> AbstractParser.iterateRecords
(File input) Provides anIterableResult
for iterating records parsed from the input.final IterableResult<Record,
ParsingContext> AbstractParser.iterateRecords
(File input, String encoding) Provides anIterableResult
for iterating records parsed from the input.final IterableResult<Record,
ParsingContext> AbstractParser.iterateRecords
(File input, Charset encoding) Provides anIterableResult
for iterating records parsed from the input.final IterableResult<Record,
ParsingContext> AbstractParser.iterateRecords
(InputStream input) Provides anIterableResult
for iterating records parsed from the input.final IterableResult<Record,
ParsingContext> AbstractParser.iterateRecords
(InputStream input, String encoding) Provides anIterableResult
for iterating records parsed from the input.final IterableResult<Record,
ParsingContext> AbstractParser.iterateRecords
(InputStream input, Charset encoding) Provides anIterableResult
for iterating records parsed from the input.final IterableResult<Record,
ParsingContext> AbstractParser.iterateRecords
(Reader input) Provides anIterableResult
for iterating records parsed from the input.AbstractParser.parseAllRecords()
Parses all remainingRecord
s from the input and returns them in a list.AbstractParser.parseAllRecords
(int expectedRowCount) Parses all remainingRecord
s from the input and returns them in a list.AbstractParser.parseAllRecords
(File file) Parses all records from a file and returns them in a list.AbstractParser.parseAllRecords
(File file, int expectedRowCount) Parses all records from a file and returns them in a list.AbstractParser.parseAllRecords
(File file, String encoding) Parses all records from a file and returns them in a list.AbstractParser.parseAllRecords
(File file, String encoding, int expectedRowCount) Parses all records from a file and returns them in a list.AbstractParser.parseAllRecords
(File file, Charset encoding) Parses all records from a file and returns them in a list.AbstractParser.parseAllRecords
(File file, Charset encoding, int expectedRowCount) Parses all records from a file and returns them in a list.AbstractParser.parseAllRecords
(InputStream input) Parses all records from an input stream and returns them in a list.AbstractParser.parseAllRecords
(InputStream input, int expectedRowCount) Parses all records from an input stream and returns them in a list.AbstractParser.parseAllRecords
(InputStream input, String encoding) Parses all records from an input stream and returns them in a list.AbstractParser.parseAllRecords
(InputStream input, String encoding, int expectedRowCount) Parses all records from an input stream and returns them in a list.AbstractParser.parseAllRecords
(InputStream input, Charset encoding) Parses all records from an input stream and returns them in a list.AbstractParser.parseAllRecords
(InputStream input, Charset encoding, int expectedRowCount) Parses all records from an input stream and returns them in a list.AbstractParser.parseAllRecords
(Reader reader) Parses all records from the input and returns them in a list.AbstractParser.parseAllRecords
(Reader reader, int expectedRowCount) Parses all records from the input and returns them in a list.Methods in com.univocity.parsers.common with parameters of type RecordModifier and TypeMethodDescriptionfinal <T extends Record>
voidAbstractWriter.processRecords
(T[] records) Iterates over all records, processes each one with theRowWriterProcessor
provided byCommonWriterSettings.getRowWriterProcessor()
, and writes them.Method parameters in com.univocity.parsers.common with type arguments of type RecordModifier and TypeMethodDescriptionAbstractWriter.wrapRecordValues
(Map<K, ? extends Record> rowData) final void
AbstractWriter.writeRecords
(Collection<? extends Record> rows) Iterates over all records and writes them to the output.final void
AbstractWriter.writeRecordsAndClose
(Collection<? extends Record> allRows) Iterates over all records, writes them and closes the output.final <K> void
AbstractWriter.writeRecordsAndClose
(Map<K, ? extends Record> rowData) Writes the values of a given map to multiple output records and closes the output when finished.AbstractWriter.writeRecordsToString
(Collection<? extends Record> rows) Iterates over all records and writes them to aList
ofString
. -
Uses of Record in com.univocity.parsers.common.iterators
Methods in com.univocity.parsers.common.iterators that return Record -
Uses of Record in com.univocity.parsers.common.record
Classes in com.univocity.parsers.common.record with type parameters of type RecordModifier and TypeClassDescriptionclass
AbstractRecordFactory<R extends Record,
M extends RecordMetaData> An abstract factory class which allows subclasses to provide implementations ofRecord
Classes in com.univocity.parsers.common.record that implement RecordMethods in com.univocity.parsers.common.record that return Record