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, unreadRecord
close, getInputPosition, open
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.
quoteMode
- the quote modeLowLevelDeserializationException
Copyright © 2014. All rights reserved.