Package opennlp.tools.util.featuregen
Klasse BrownCluster.BrownClusterSerializer
java.lang.Object
opennlp.tools.util.featuregen.BrownCluster.BrownClusterSerializer
- Alle implementierten Schnittstellen:
ArtifactSerializer<BrownCluster>
- Umschließende Klasse:
BrownCluster
public static class BrownCluster.BrownClusterSerializer
extends Object
implements ArtifactSerializer<BrownCluster>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcreate
(InputStream in) Creates an artifact from the providedInputStream
.void
serialize
(BrownCluster artifact, OutputStream out) Serializes an artifact to the providedOutputStream
.
-
Konstruktordetails
-
BrownClusterSerializer
public BrownClusterSerializer()
-
-
Methodendetails
-
create
Beschreibung aus Schnittstelle kopiert:ArtifactSerializer
Creates an artifact from the providedInputStream
.Note: The
InputStream
remains open.- Angegeben von:
create
in SchnittstelleArtifactSerializer<BrownCluster>
- Parameter:
in
- A valid, openInputStream
ready to read from.- Gibt zurück:
- A valid
artifact
. - Löst aus:
IOException
- Thrown if IO errors occurred during creation.
-
serialize
Beschreibung aus Schnittstelle kopiert:ArtifactSerializer
Serializes an artifact to the providedOutputStream
.Note: The
OutputStream
remains open.- Angegeben von:
serialize
in SchnittstelleArtifactSerializer<BrownCluster>
- Parameter:
artifact
- A validartifact
.out
- A valid, openOutputStream
ready to write to.- Löst aus:
IOException
- Thrown if IO errors occurred during serialization.
-