org.jqurantree.arabic.encoding
Interface ArabicDecoder

All Known Implementing Classes:
ArabicDecoderBase, BuckwalterDecoder, UnicodeDecoder

public interface ArabicDecoder

Interface for classes which decode ArabicText. This interface is used to support the ArabicText.fromEncoding(String, EncodingType) method.

Author:
Kais Dukes

Method Summary
 byte[] decode(java.lang.String text)
          Decodes a plain text string into the internal ByteFormat according to the encoding scheme.
 

Method Detail

decode

byte[] decode(java.lang.String text)
Decodes a plain text string into the internal ByteFormat according to the encoding scheme.

Parameters:
text - the plain text string to decode
Returns:
a byte[] array in the internal ByteFormat


Copyright© Kais Dukes, 2009. All Rights Reserved.