|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.util.DecoderFactory
net.fortuna.ical4j.util.DefaultDecoderFactory
public class DefaultDecoderFactory
Default decoder factory implementation. $Id: DefaultDecoderFactory.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.DecoderFactory |
|---|
KEY_FACTORY_CLASS |
| Constructor Summary | |
|---|---|
DefaultDecoderFactory()
|
|
| Method Summary | |
|---|---|
BinaryDecoder |
createBinaryDecoder(Encoding encoding)
Returns a new BinaryDecoder for the specified encoding. |
StringDecoder |
createStringDecoder(Encoding encoding)
Returns a new StringDecoder for the specified encoding. |
| Methods inherited from class net.fortuna.ical4j.util.DecoderFactory |
|---|
getInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDecoderFactory()
| Method Detail |
|---|
public BinaryDecoder createBinaryDecoder(Encoding encoding)
throws java.io.UnsupportedEncodingException
BinaryDecoder for the specified encoding.
createBinaryDecoder in class DecoderFactoryencoding - an encoding type
BinaryDecoder instance
java.io.UnsupportedEncodingException - where an encoder supporting the
specified encoding is not available.
public StringDecoder createStringDecoder(Encoding encoding)
throws java.io.UnsupportedEncodingException
StringDecoder for the specified encoding.
createStringDecoder in class DecoderFactoryencoding - an encoding type
StringDecoder 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 | |||||||||