|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jqurantree.arabic.encoding.EncodingFactory
public class EncodingFactory
The EncodingFactory supports the creation of
ArabicEncoder and
ArabicDecoder instances. This class is
used by the ArabicText.toString(EncodingType) and
ArabicText.fromEncoding(String, EncodingType) methods.
| Method Summary | |
|---|---|
static ArabicDecoder |
getDecoder(EncodingType encodingType)
Gets a new ArabicDecoder instance for the specified encoding
scheme. |
static ArabicEncoder |
getEncoder(EncodingType encodingType)
Gets a new ArabicEncoder instance for the specified encoding
scheme. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ArabicEncoder getEncoder(EncodingType encodingType)
ArabicEncoder instance for the specified encoding
scheme.
encodingType - the encoding scheme to use
ArabicEncoder instancepublic static ArabicDecoder getDecoder(EncodingType encodingType)
ArabicDecoder instance for the specified encoding
scheme.
encodingType - the encoding scheme to use
ArabicDecoder instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||