|
||||||||||
| 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
Default encoder factory implementation. $Id: DefaultEncoderFactory.java,v 1.9 2011/02/20 03:14:09 fortuna Exp $ Created on 13/05/2006
| 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
BinaryEncoder for the specified encoding.
createBinaryEncoder in class EncoderFactoryencoding - an encoding type
BinaryEncoder instance
java.io.UnsupportedEncodingException - where an encoder supporting the
specified encoding is not available.
public StringEncoder createStringEncoder(Encoding encoding)
throws java.io.UnsupportedEncodingException
StringEncoder for the specified encoding.
createStringEncoder in class EncoderFactoryencoding - an encoding type
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 | |||||||||