Uses of Class
org.jqurantree.arabic.encoding.EncodingOptions

Packages that use EncodingOptions
org.jqurantree.arabic Models ArabicText as a sequence of characters with diacritics, with an internal ByteFormat used to represent character data. 
org.jqurantree.arabic.encoding Contains interfaces and supporting base classes for Arabic encoders and decoders. 
 

Uses of EncodingOptions in org.jqurantree.arabic
 

Methods in org.jqurantree.arabic with parameters of type EncodingOptions
 java.lang.String ArabicText.toString(EncodingType encodingType, EncodingOptions options)
          Converts the Arabic text to a string according the specified encoding scheme and encoding options.
 

Uses of EncodingOptions in org.jqurantree.arabic.encoding
 

Methods in org.jqurantree.arabic.encoding that return EncodingOptions
static EncodingOptions EncodingOptions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EncodingOptions[] EncodingOptions.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jqurantree.arabic.encoding with parameters of type EncodingOptions
 java.lang.String ArabicEncoderBase.encode(byte[] buffer, int offset, int characterCount, EncodingOptions options)
           
 java.lang.String ArabicEncoder.encode(byte[] buffer, int offset, int characterCount, EncodingOptions options)
          Encodes the internal ByteFormat into plain text according to the encoding scheme.
 



Copyright© Kais Dukes, 2009. All Rights Reserved.