All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----multilizer.Dictionary
|
+----multilizer.BundleDictionary
|
+----multilizer.FileDictionary
|
+----multilizer.BinaryDictionary
Set the FileName property to contain the file name of the dictionry file. You can also set the dictionary read the dictionary data from a stream. Implement the BinaryStreamListener interface and set it to listen the dictionary by calling the addStreamListener methods. The stream must contain the MLD data.
BinaryDictionary dictionary = new BinaryDictionary();
dictionary.setDictionaryName("dictionary"); try { dictionary.open(); } catch (Exception e) { }
public BinaryDictionary()
protected void loadTranslation() throws Exception
All Packages Class Hierarchy This Package Previous Next Index