com.liferay.portal.kernel.search
Class DictionaryReader

java.lang.Object
  extended by com.liferay.portal.kernel.search.DictionaryReader

public class DictionaryReader
extends java.lang.Object

Author:
Michael C. Han

Constructor Summary
DictionaryReader(java.io.InputStream inputStream)
           
DictionaryReader(java.io.InputStream inputStream, java.lang.String encoding)
           
 
Method Summary
 java.util.Iterator<DictionaryEntry> getDictionaryEntriesIterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryReader

public DictionaryReader(java.io.InputStream inputStream)
                 throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException

DictionaryReader

public DictionaryReader(java.io.InputStream inputStream,
                        java.lang.String encoding)
                 throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException
Method Detail

getDictionaryEntriesIterator

public java.util.Iterator<DictionaryEntry> getDictionaryEntriesIterator()