|
||||||||||
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
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
DecoderFactory
BinaryDecoder
for the specified encoding.
createBinaryDecoder
in class DecoderFactory
BinaryDecoder
instance
java.io.UnsupportedEncodingException
- where an encoder supporting the
specified encoding is not available.public StringDecoder createStringDecoder(Encoding encoding) throws java.io.UnsupportedEncodingException
DecoderFactory
StringDecoder
for the specified encoding.
createStringDecoder
in class DecoderFactory
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 |