private static class SpellTestCmdLine.SpeltDictBuilder extends SpellTestCmdLine.DictBuilder
Modifier and Type | Field and Description |
---|---|
(package private) SpellWriter |
spellWriter |
Constructor and Description |
---|
SpeltDictBuilder(File dictDir) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
add(Iterator words) |
(package private) void |
finish(ProgressTracker prog) |
SpellWriter spellWriter
SpeltDictBuilder(File dictDir) throws IOException
IOException
void add(Iterator words) throws IOException
add
in class SpellTestCmdLine.DictBuilder
IOException
void finish(ProgressTracker prog) throws IOException
finish
in class SpellTestCmdLine.DictBuilder
IOException