public final class CsvLowLevelDeserializerImpl extends RbfLowLevelDeserializerImpl<CsvLowLevelConfiguration> implements CsvLowLevelDeserializer
CsvLowLevelDeserializer
based on RbfLowLevelDeserializerImpl
.Constructor and Description |
---|
CsvLowLevelDeserializerImpl(CsvLowLevelConfiguration config)
Constructs a new
CsvLowLevelDeserializerImpl . |
Modifier and Type | Method and Description |
---|---|
String |
nextField(QuoteMode quoteMode)
Returns the next field of the current record.
|
close, getConfiguration, getCurrentSegmentTerminator, getCurrentSegmentTerminatorString, getInputPosition, getStoredLines, hasNextChar, nextChar, nextString, open, peekChar, readNextRecord, readNextSegment, remainingLineLength, unreadRecord
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStoredLines, readNextRecord, unreadRecord
close, getInputPosition, open
public CsvLowLevelDeserializerImpl(CsvLowLevelConfiguration config)
CsvLowLevelDeserializerImpl
.config
- the configurationpublic String nextField(QuoteMode quoteMode)
If the field is empty, the empty String
will be returned.
If there is no next field, null
will be returned.
nextField
in interface CsvLowLevelDeserializer
quoteMode
- the quote modeCopyright © 2014. All rights reserved.