|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopennlp.tools.dictionary.serializer.DictionarySerializer
public class DictionarySerializer
| Constructor Summary | |
|---|---|
DictionarySerializer()
|
|
| Method Summary | |
|---|---|
static void |
create(java.io.InputStream in,
EntryInserter inserter)
Creates Entrys form the given InputStream and
forwards these Entrys to the EntryInserter. |
static void |
serialize(java.io.OutputStream out,
java.util.Iterator entries)
Serializes the given entries to the given OutputStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DictionarySerializer()
| Method Detail |
|---|
public static void create(java.io.InputStream in,
EntryInserter inserter)
throws java.io.IOException,
InvalidFormatException
Entrys form the given InputStream and
forwards these Entrys to the EntryInserter.
in - inserter -
java.io.IOException
InvalidFormatException
public static void serialize(java.io.OutputStream out,
java.util.Iterator entries)
throws java.io.IOException
OutputStream.
out - entries -
java.io.IOException - If an I/O error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||