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 |
---|---|
void |
accept(DictionaryVisitor dictionaryVisitor) |
java.util.Iterator<DictionaryEntry> |
getDictionaryEntriesIterator() |
public DictionaryReader(java.io.InputStream inputStream) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public DictionaryReader(java.io.InputStream inputStream, java.lang.String encoding) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public void accept(DictionaryVisitor dictionaryVisitor)
public java.util.Iterator<DictionaryEntry> getDictionaryEntriesIterator()