|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.util.EncoderFactory
public abstract class EncoderFactory
Field Summary | |
---|---|
static java.lang.String |
KEY_FACTORY_CLASS
The system property used to specify an alternate EncoderFactory implementation. |
Constructor Summary | |
---|---|
EncoderFactory()
|
Method Summary | |
---|---|
abstract BinaryEncoder |
createBinaryEncoder(Encoding encoding)
Returns a new BinaryEncoder for the specified encoding. |
abstract StringEncoder |
createStringEncoder(Encoding encoding)
Returns a new StringEncoder for the specified encoding. |
static EncoderFactory |
getInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String KEY_FACTORY_CLASS
EncoderFactory
implementation.
Constructor Detail |
---|
public EncoderFactory()
Method Detail |
---|
public static final EncoderFactory getInstance()
public abstract BinaryEncoder createBinaryEncoder(Encoding encoding) throws java.io.UnsupportedEncodingException
BinaryEncoder
for the specified encoding.
encoding
-
BinaryEncoder
instance
java.io.UnsupportedEncodingException
- where an encoder supporting the
specified encoding is not available.public abstract StringEncoder createStringEncoder(Encoding encoding) throws java.io.UnsupportedEncodingException
StringEncoder
for the specified encoding.
encoding
-
StringEncoder
instance
java.io.UnsupportedEncodingException
- where an encoder supporting the
specified encoding is not available.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |