public abstract class FileReader extends Object
Constructor and Description |
---|
FileReader()
Constructs a CsvReader
|
FileReader(List<ColumnType> typeDetectionList)
Constructs a CsvReader with the given list of ColumnTypes
|
Modifier and Type | Method and Description |
---|---|
protected ColumnType[] |
getTypes(Reader reader,
ReadOptions options,
int linesToSkip,
com.univocity.parsers.common.AbstractParser<?> parser) |
protected String |
getTypeString(Table structure) |
protected Table |
parseRows(ReadOptions options,
boolean headerOnly,
Reader reader,
ColumnType[] types,
com.univocity.parsers.common.AbstractParser<?> parser) |
public FileReader()
public FileReader(List<ColumnType> typeDetectionList)
These are the only types that the CsvReader can detect and parse
protected ColumnType[] getTypes(Reader reader, ReadOptions options, int linesToSkip, com.univocity.parsers.common.AbstractParser<?> parser)
protected Table parseRows(ReadOptions options, boolean headerOnly, Reader reader, ColumnType[] types, com.univocity.parsers.common.AbstractParser<?> parser)
Copyright © 2019. All rights reserved.