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, unreadRecordclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStoredLines, readNextRecord, unreadRecordclose, getInputPosition, openpublic 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 CsvLowLevelDeserializerquoteMode - the quote modeCopyright © 2014. All rights reserved.