public class PlainTextDictionary extends Object implements Dictionary
Constructor and Description |
---|
PlainTextDictionary(InputStream dictFile)
Creates a dictionary based on an inputstream.
|
PlainTextDictionary(Path path)
Creates a dictionary based on a Path.
|
PlainTextDictionary(Reader reader)
Creates a dictionary based on a reader.
|
public PlainTextDictionary(Path path) throws IOException
NOTE: content is treated as UTF-8
IOException
public PlainTextDictionary(InputStream dictFile)
NOTE: content is treated as UTF-8
public PlainTextDictionary(Reader reader)
public InputIterator getEntryIterator() throws IOException
Dictionary
getEntryIterator
in interface Dictionary
IOException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.