public interface CsvLowLevelDeserializer extends RbfLowLevelDeserializer
| Modifier and Type | Method and Description |
|---|---|
String |
nextField(QuoteMode quoteMode)
Returns the next field of the current record.
|
getStoredLines, readNextRecord, unreadRecordclose, getInputPosition, openString nextField(QuoteMode quoteMode)
If the field is empty, the empty String will be returned.
If there is no next field, null will be returned.
quoteMode - the quote modeLowLevelDeserializationExceptionCopyright © 2014. All rights reserved.