net.sf.jsefa.flr.lowlevel
Class FlrLowLevelIOFactoryImpl

java.lang.Object
  extended by net.sf.jsefa.flr.lowlevel.FlrLowLevelIOFactory
      extended by net.sf.jsefa.flr.lowlevel.FlrLowLevelIOFactoryImpl
All Implemented Interfaces:
LowLevelIOFactory

public class FlrLowLevelIOFactoryImpl
extends FlrLowLevelIOFactory

Implementation of FlrLowLevelIOFactory.

Instances of this class are immutable and thread-safe.

Author:
Norman Lahme-Huetig

Method Summary
 FlrLowLevelDeserializer createDeserializer()
          Creates a new LowLevelDeserializer.
static FlrLowLevelIOFactoryImpl createFactory(FlrLowLevelConfiguration config)
          Creates a new FlrLowLevelIOFactoryImpl for FlrLowLevelSerializers and FlrLowLevelDeserializers using the given configuration.
 FlrLowLevelSerializer createSerializer()
          Creates a new LowLevelSerializer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createFactory

public static FlrLowLevelIOFactoryImpl createFactory(FlrLowLevelConfiguration config)
Creates a new FlrLowLevelIOFactoryImpl for FlrLowLevelSerializers and FlrLowLevelDeserializers using the given configuration.

Parameters:
config - the configuration object.
Returns:
a FlrLowLevelIOFactoryImpl factory

createDeserializer

public FlrLowLevelDeserializer createDeserializer()
Creates a new LowLevelDeserializer.

Specified by:
createDeserializer in interface LowLevelIOFactory
Specified by:
createDeserializer in class FlrLowLevelIOFactory
Returns:
a new LowLevelDeserializer

createSerializer

public FlrLowLevelSerializer createSerializer()
Creates a new LowLevelSerializer.

Specified by:
createSerializer in interface LowLevelIOFactory
Specified by:
createSerializer in class FlrLowLevelIOFactory
Returns:
a LowLevelSerializer


Copyright © 2014. All rights reserved.