Package | Description |
---|---|
org.jsefa | |
org.jsefa.csv | |
org.jsefa.flr | |
org.jsefa.rbf | |
org.jsefa.xml |
Modifier and Type | Method and Description |
---|---|
Deserializer |
IOFactory.createDeserializer()
Creates a new
Deserializer . |
Modifier and Type | Interface and Description |
---|---|
interface |
CsvDeserializer
Iterator-style interface for stream based CSV deserializer.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvDeserializerImpl
Default implementation of
CsvDeserializer based on RbfDeserializerImpl . |
Modifier and Type | Interface and Description |
---|---|
interface |
FlrDeserializer
Iterator-style interface for stream based FLR deserializer.
|
Modifier and Type | Class and Description |
---|---|
class |
FlrDeserializerImpl
Default implementation of
FlrDeserializer based on RbfDeserializerImpl . |
Modifier and Type | Interface and Description |
---|---|
interface |
RbfDeserializer
Iterator-style interface for stream based RBF deserializer.
|
Modifier and Type | Class and Description |
---|---|
class |
RbfDeserializerImpl
Abstract implementation of
RbfDeserializer for RBF types. |
Modifier and Type | Interface and Description |
---|---|
interface |
XmlDeserializer
Iterator-style interface for stream based xml deserializer.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlDeserializerImpl
Default implementation of
XmlDeserializer . |
Copyright © 2014. All rights reserved.