net.fortuna.ical4j.util
Class DefaultDecoderFactory
java.lang.Object
net.fortuna.ical4j.util.DecoderFactory
net.fortuna.ical4j.util.DefaultDecoderFactory
public class DefaultDecoderFactory
- extends DecoderFactory
- Author:
- Ben Fortuna
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDecoderFactory
public DefaultDecoderFactory()
createBinaryDecoder
public BinaryDecoder createBinaryDecoder(Encoding encoding)
throws UnsupportedEncodingException
- Description copied from class:
DecoderFactory
- Returns a new
BinaryDecoder
for the specified encoding.
- Specified by:
createBinaryDecoder
in class DecoderFactory
- Returns:
- a
BinaryDecoder
instance
- Throws:
UnsupportedEncodingException
- where an encoder supporting the
specified encoding is not available.
createStringDecoder
public StringDecoder createStringDecoder(Encoding encoding)
throws UnsupportedEncodingException
- Description copied from class:
DecoderFactory
- Returns a new
StringDecoder
for the specified encoding.
- Specified by:
createStringDecoder
in class DecoderFactory
- Returns:
- a
StringDecoder
instance
- Throws:
UnsupportedEncodingException
- where an encoder supporting the
specified encoding is not available.
Copyright © 2004-2007 Modularity. All Rights Reserved.