|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CsvLowLevelDeserializer
Low level CSV Deserializer.
| Method Summary | |
|---|---|
String |
nextField(QuoteMode quoteMode)
Returns the next field of the current record. |
| Methods inherited from interface net.sf.jsefa.rbf.lowlevel.RbfLowLevelDeserializer |
|---|
getStoredLines, readNextRecord, unreadRecord |
| Methods inherited from interface net.sf.jsefa.common.lowlevel.LowLevelDeserializer |
|---|
close, getInputPosition, open |
| Method Detail |
|---|
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 mode
LowLevelDeserializationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||