com.oroad.stxx.xform
Class EncoderFactory

java.lang.Object
  extended bycom.oroad.stxx.xform.EncoderFactory

public class EncoderFactory
extends java.lang.Object

Factory to hide implementation of Encoder

Author:
Don Brown

Constructor Summary
EncoderFactory()
           
 
Method Summary
static Encoder newEncoder()
          Returns a new encoder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncoderFactory

public EncoderFactory()
Method Detail

newEncoder

public static Encoder newEncoder()
Returns a new encoder. Currently hard-coded to return an encoder that uses zip compression.

Returns:
A new encoder