|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.util.DecoderFactory
public abstract class DecoderFactory
| Field Summary | |
|---|---|
static java.lang.String |
KEY_FACTORY_CLASS
The system property used to specify an alternate DecoderFactory implementation. |
| Constructor Summary | |
|---|---|
DecoderFactory()
|
|
| Method Summary | |
|---|---|
abstract BinaryDecoder |
createBinaryDecoder(Encoding encoding)
Returns a new BinaryDecoder for the specified encoding. |
abstract StringDecoder |
createStringDecoder(Encoding encoding)
Returns a new StringDecoder for the specified encoding. |
static DecoderFactory |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String KEY_FACTORY_CLASS
DecoderFactory implementation.
| Constructor Detail |
|---|
public DecoderFactory()
| Method Detail |
|---|
public static final DecoderFactory getInstance()
public abstract BinaryDecoder createBinaryDecoder(Encoding encoding)
throws java.io.UnsupportedEncodingException
BinaryDecoder for the specified encoding.
encoding -
BinaryDecoder instance
java.io.UnsupportedEncodingException - where an encoder supporting the
specified encoding is not available.
public abstract StringDecoder createStringDecoder(Encoding encoding)
throws java.io.UnsupportedEncodingException
StringDecoder for the specified encoding.
encoding -
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 | |||||||||