Package opennlp.tools.ml.model
Klasse ObjectDataReader
java.lang.Object
opennlp.tools.ml.model.ObjectDataReader
- Alle implementierten Schnittstellen:
DataReader
A
DataReader implementation based on ObjectInputStream.-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
ObjectDataReader
Instantiates anObjectDataReader.- Parameter:
ois- The openObjectInputStreamto use.
-
-
Methodendetails
-
readDouble
- Angegeben von:
readDoublein SchnittstelleDataReader- Gibt zurück:
- Reads and returns a
doublevalue. - Löst aus:
IOException- Thrown if IO errors occurred during read operation.
-
readInt
- Angegeben von:
readIntin SchnittstelleDataReader- Gibt zurück:
- Reads and returns an
intvalue. - Löst aus:
IOException- Thrown if IO errors occurred during read operation.
-
readUTF
- Angegeben von:
readUTFin SchnittstelleDataReader- Gibt zurück:
- Reads and returns
UTF-encoded characters. - Löst aus:
IOException- Thrown if IO errors occurred during read operation.
-