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 theRowWriterProcessorprovided byCommonWriterSettings.getRowWriterProcessor(), and writes them.AbstractWriter.processRecordToString(T record) Processes the data given for an individual record with theRowWriterProcessorprovided 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 RecordAbstractParser.parseNextRecord()Parses the next record from the input.final RecordAbstractParser.parseRecord(String line) Parses a single line from a String in the format supported by the parser implementation.Converts the given parsed row to aRecordMethods 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 anIterableResultfor iterating records parsed from the input.final IterableResult<Record, ParsingContext> AbstractParser.iterateRecords(File input, String encoding) Provides anIterableResultfor iterating records parsed from the input.final IterableResult<Record, ParsingContext> AbstractParser.iterateRecords(File input, Charset encoding) Provides anIterableResultfor iterating records parsed from the input.final IterableResult<Record, ParsingContext> AbstractParser.iterateRecords(InputStream input) Provides anIterableResultfor iterating records parsed from the input.final IterableResult<Record, ParsingContext> AbstractParser.iterateRecords(InputStream input, String encoding) Provides anIterableResultfor iterating records parsed from the input.final IterableResult<Record, ParsingContext> AbstractParser.iterateRecords(InputStream input, Charset encoding) Provides anIterableResultfor iterating records parsed from the input.final IterableResult<Record, ParsingContext> AbstractParser.iterateRecords(Reader input) Provides anIterableResultfor iterating records parsed from the input.AbstractParser.parseAllRecords()Parses all remainingRecords from the input and returns them in a list.AbstractParser.parseAllRecords(int expectedRowCount) Parses all remainingRecords 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 theRowWriterProcessorprovided 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 voidAbstractWriter.writeRecords(Collection<? extends Record> rows) Iterates over all records and writes them to the output.final voidAbstractWriter.writeRecordsAndClose(Collection<? extends Record> allRows) Iterates over all records, writes them and closes the output.final <K> voidAbstractWriter.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 aListofString. -
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 TypeClassDescriptionclassAbstractRecordFactory<R extends Record,M extends RecordMetaData> An abstract factory class which allows subclasses to provide implementations ofRecordClasses in com.univocity.parsers.common.record that implement RecordMethods in com.univocity.parsers.common.record that return Record