com.liferay.portal.search.suggest.DictionaryReader@Deprecated
public class DictionaryReader
extends java.lang.Object
| Constructor and Description |
|---|
DictionaryReader(java.io.InputStream inputStream)
Deprecated.
|
DictionaryReader(java.io.InputStream inputStream,
java.lang.String encoding)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<DictionaryEntry> |
getDictionaryEntriesIterator()
Deprecated.
|
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()