Liferay 6.2-ce-ga5

com.liferay.portal.kernel.search
Class DictionaryReader

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

public class DictionaryReader
extends Object


Constructor Summary
DictionaryReader(InputStream inputStream)
           
DictionaryReader(InputStream inputStream, String encoding)
           
 
Method Summary
 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(InputStream inputStream)
                 throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

DictionaryReader

public DictionaryReader(InputStream inputStream,
                        String encoding)
                 throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException
Method Detail

getDictionaryEntriesIterator

public Iterator<DictionaryEntry> getDictionaryEntriesIterator()

Liferay 6.2-ce-ga5