|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.util.EncoderFactory
net.fortuna.ical4j.util.DefaultEncoderFactory
public class DefaultEncoderFactory
Field Summary |
---|
Fields inherited from class net.fortuna.ical4j.util.EncoderFactory |
---|
KEY_FACTORY_CLASS |
Constructor Summary | |
---|---|
DefaultEncoderFactory()
|
Method Summary | |
---|---|
BinaryEncoder |
createBinaryEncoder(Encoding encoding)
Returns a new BinaryEncoder for the specified encoding. |
StringEncoder |
createStringEncoder(Encoding encoding)
Returns a new StringEncoder for the specified encoding. |
Methods inherited from class net.fortuna.ical4j.util.EncoderFactory |
---|
getInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultEncoderFactory()
Method Detail |
---|
public BinaryEncoder createBinaryEncoder(Encoding encoding) throws java.io.UnsupportedEncodingException
EncoderFactory
BinaryEncoder
for the specified encoding.
createBinaryEncoder
in class EncoderFactory
BinaryEncoder
instance
java.io.UnsupportedEncodingException
- where an encoder supporting the
specified encoding is not available.public StringEncoder createStringEncoder(Encoding encoding) throws java.io.UnsupportedEncodingException
EncoderFactory
StringEncoder
for the specified encoding.
createStringEncoder
in class EncoderFactory
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 |