public class DictionaryReader
extends java.lang.Object
| Constructor and Description |
|---|
DictionaryReader(java.io.InputStream inputStream) |
DictionaryReader(java.io.InputStream inputStream,
java.lang.String encoding) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<DictionaryEntry> |
getDictionaryEntriesIterator() |
public DictionaryReader(java.io.InputStream inputStream)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic DictionaryReader(java.io.InputStream inputStream,
java.lang.String encoding)
throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic java.util.Iterator<DictionaryEntry> getDictionaryEntriesIterator()