org.jqurantree.arabic.encoding.buckwalter
Class BuckwalterDecoder

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

public class BuckwalterDecoder
extends ArabicDecoderBase

Supports decoding Buckwalter transliteration into ArabicText. This class is used by the ArabicText.fromBuckwalter(String) method. For details on Buckwalter transliteration, see the BuckwalterEncoder class.

Author:
Kais Dukes

Constructor Summary
BuckwalterDecoder()
          Creates a new Buckwalter decoder.
 
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

BuckwalterDecoder

public BuckwalterDecoder()
Creates a new Buckwalter decoder.



Copyright© Kais Dukes, 2009. All Rights Reserved.