public final class CsvDeserializerImpl extends RbfDeserializerImpl implements CsvDeserializer
CsvDeserializer based on RbfDeserializerImpl.| Modifier and Type | Method and Description |
|---|---|
protected CsvLowLevelDeserializer |
getLowLevelDeserializer()
Returns the low level deserializer.
|
protected String |
readPrefix()
Reads the prefix of the current record from the stream.
|
protected Object |
readSimpleValue(SimpleTypeMapping<?> typeMapping)
Reads a simple value from the stream using the given type mapping.
|
close, getInputPosition, getStoredLines, hasNext, next, openclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStoredLinesclose, getInputPosition, hasNext, next, openprotected Object readSimpleValue(SimpleTypeMapping<?> typeMapping)
readSimpleValue in class RbfDeserializerImpltypeMapping - the type mappingprotected String readPrefix()
readPrefix in class RbfDeserializerImplprotected CsvLowLevelDeserializer getLowLevelDeserializer()
getLowLevelDeserializer in class RbfDeserializerImplCopyright © 2014. All rights reserved.