net.fortuna.ical4j.util
Class DecoderFactory
java.lang.Object
net.fortuna.ical4j.util.DecoderFactory
public abstract class DecoderFactory
extends java.lang.Object
$Id: DecoderFactory.java,v 1.4 2008/12/16 12:34:53 fortuna Exp $
Created on 13/05/2006
static String | KEY_FACTORY_CLASS - The system property used to specify an alternate
DecoderFactory implementation.
|
abstract BinaryDecoder | createBinaryDecoder(Encoding encoding) - Returns a new
BinaryDecoder for the specified encoding.
|
abstract StringDecoder | createStringDecoder(Encoding encoding) - Returns a new
StringDecoder for the specified encoding.
|
static DecoderFactory | getInstance()
|
KEY_FACTORY_CLASS
public static final String KEY_FACTORY_CLASS
The system property used to specify an alternate
DecoderFactory
implementation.
createBinaryDecoder
public abstract BinaryDecoder createBinaryDecoder(Encoding encoding)
throws UnsupportedEncodingException
Returns a new BinaryDecoder
for the specified encoding.
createStringDecoder
public abstract StringDecoder createStringDecoder(Encoding encoding)
throws UnsupportedEncodingException
Returns a new StringDecoder
for the specified encoding.
getInstance
public static final DecoderFactory getInstance()