Package | Description |
---|---|
org.jsefa.csv.config | |
org.jsefa.csv.lowlevel | |
org.jsefa.csv.lowlevel.config |
Modifier and Type | Method and Description |
---|---|
protected CsvLowLevelConfiguration |
CsvConfiguration.createDefaultLowLevelConfiguration()
Creates the default low level configuration to be used if none is explicitly given.
|
Modifier and Type | Method and Description |
---|---|
static CsvLowLevelIOFactoryImpl |
CsvLowLevelIOFactoryImpl.createFactory(CsvLowLevelConfiguration config)
Creates a new
CsvLowLevelIOFactoryImpl for CsvLowLevelSerializer s and
CsvLowLevelDeserializer s using the given configuration. |
static CsvLowLevelIOFactory |
CsvLowLevelIOFactory.createFactory(CsvLowLevelConfiguration config)
Creates a new
CsvLowLevelIOFactory for CsvLowLevelSerializer s and
CsvLowLevelDeserializer s using the given configuration. |
Constructor and Description |
---|
CsvLowLevelDeserializerImpl(CsvLowLevelConfiguration config)
Constructs a new
CsvLowLevelDeserializerImpl . |
CsvLowLevelSerializerImpl(CsvLowLevelConfiguration config)
Constructs a new
CsvLowLevelSerializerImpl . |
Modifier and Type | Method and Description |
---|---|
CsvLowLevelConfiguration |
CsvLowLevelConfiguration.createCopy()
Creates a copy of this
LowLevelConfiguration . |
Copyright © 2014. All rights reserved.