org.jqurantree.arabic.encoding.unicode
Class UnicodeDecoder

java.lang.Object
  extended by org.jqurantree.arabic.encoding.ArabicDecoderBase
      extended by org.jqurantree.arabic.encoding.unicode.UnicodeDecoder
All Implemented Interfaces:
ArabicDecoder

public class UnicodeDecoder
extends ArabicDecoderBase

Supports decoding Unicode character data into ArabicText. This class is used by the ArabicText.fromUnicode(String) method. For details on Unicode encoding, see the UnicodeEncoder class.

Author:
Kais Dukes

Constructor Summary
UnicodeDecoder()
          Creates a new Unicode decoder instance.
 
Method Summary
 
Methods inherited from class org.jqurantree.arabic.encoding.ArabicDecoderBase
decode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicodeDecoder

public UnicodeDecoder()
Creates a new Unicode decoder instance.



Copyright© Kais Dukes, 2009. All Rights Reserved.