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