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 openObjectInputStream
to use.
-
-
Methodendetails
-
readDouble
- Angegeben von:
readDouble
in SchnittstelleDataReader
- Gibt zurück:
- Reads and returns a
double
value. - Löst aus:
IOException
- Thrown if IO errors occurred during read operation.
-
readInt
- Angegeben von:
readInt
in SchnittstelleDataReader
- Gibt zurück:
- Reads and returns an
int
value. - Löst aus:
IOException
- Thrown if IO errors occurred during read operation.
-
readUTF
- Angegeben von:
readUTF
in SchnittstelleDataReader
- Gibt zurück:
- Reads and returns
UTF-encoded characters
. - Löst aus:
IOException
- Thrown if IO errors occurred during read operation.
-