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