|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jsefa.flr.FlrIOFactory
net.sf.jsefa.flr.FlrIOFactoryImpl
public final class FlrIOFactoryImpl
Default implementation of FlrIOFactory
.
Instances of this class are immutable and thread-safe.
Method Summary | |
---|---|
FlrDeserializer |
createDeserializer()
Creates a new Deserializer . |
static FlrIOFactory |
createFactory(FlrConfiguration config)
Creates a new FlrIOFactory for FlrSerializer s and
FlrDeserializer s using the given configuration. |
FlrSerializer |
createSerializer()
Creates a new Serializer . |
Methods inherited from class net.sf.jsefa.flr.FlrIOFactory |
---|
createFactory, createFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FlrIOFactory createFactory(FlrConfiguration config)
FlrIOFactory
for FlrSerializer
s and
FlrDeserializer
s using the given configuration.
config
- the configuration object.
FlrIOFactory
factory
IOFactoryException
public FlrSerializer createSerializer()
Serializer
.
createSerializer
in interface IOFactory
createSerializer
in class FlrIOFactory
Serializer
public FlrDeserializer createDeserializer()
Deserializer
.
createDeserializer
in interface IOFactory
createDeserializer
in class FlrIOFactory
Deserializer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |