Secure iNet Factory

com.jscape.inet.util
Class CodecFactory

java.lang.Object
  extended by com.jscape.inet.util.CodecFactory

public class CodecFactory
extends java.lang.Object

Factory class for looking up a Codec based on it's name.


Method Summary
static Codec getCodec(java.lang.String name)
          Gets codec based on name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCodec

public static Codec getCodec(java.lang.String name)
Gets codec based on name. Valid codec names are base64, quoted-printable and uuencode

Parameters:
name - the coded name
Returns:
a Codec
See Also:
Codec

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved