Package opennlp.tools.ml.maxent.io
Klasse BinaryGISModelWriter
java.lang.Object
opennlp.tools.ml.model.AbstractModelWriter
opennlp.tools.ml.AbstractMLModelWriter
opennlp.tools.ml.maxent.io.GISModelWriter
opennlp.tools.ml.maxent.io.BinaryGISModelWriter
A
GISModelWriter that writes models in a binary format.- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBinaryGISModelWriter(AbstractModel model, DataOutputStream dos) BinaryGISModelWriter(AbstractModel model, File f) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidclose()Closes the underlyingDataOutputStream.voidwriteDouble(double d) Writes a singledoubleto the underlyingDataOutputStream.voidwriteInt(int i) Writes a singleintto the underlyingDataOutputStream.voidWrites aStringto the underlyingDataOutputStream.Von Klasse geerbte Methoden opennlp.tools.ml.maxent.io.GISModelWriter
persist
-
Konstruktordetails
-
BinaryGISModelWriter
InstantiatesBinaryGISModelWritervia anGIS modeland aFile.Prepares writing of a
modelto the file. Based on whether the file's suffix contains.gz, it detects whether the file is gzipped or not.- Parameter:
model- TheGIS modelwhich is to be persisted.f- TheFilein which the model is to be persisted.- Löst aus:
IOException- Thrown if IO errors occurred.- Siehe auch:
-
BinaryGISModelWriter
- Parameter:
model- TheGIS modelwhich is to be persisted.dos- TheDataOutputStreamwhich is used to persist themodel. Thedosmust be opened.
-
-
Methodendetails
-
writeUTF
Writes aStringto the underlyingDataOutputStream.- Angegeben von:
writeUTFin KlasseAbstractModelWriter- Parameter:
s- TheUTF encodedcharacters.- Löst aus:
IOException- Thrown if IO errors occurred.
-
writeInt
Writes a singleintto the underlyingDataOutputStream.- Angegeben von:
writeIntin KlasseAbstractModelWriter- Parameter:
i- Theintvalue.- Löst aus:
IOException- Thrown if IO errors occurred.
-
writeDouble
Writes a singledoubleto the underlyingDataOutputStream.- Angegeben von:
writeDoublein KlasseAbstractModelWriter- Parameter:
d- Thedoublevalue.- Löst aus:
IOException- Thrown if IO errors occurred.
-
close
Beschreibung aus Klasse kopiert:AbstractModelWriterCloses the underlyingDataOutputStream.- Angegeben von:
closein KlasseAbstractModelWriter- Löst aus:
IOException- Thrown if IO errors occurred.
-