Package opennlp.tools.util.featuregen
Class BrownCluster.BrownClusterSerializer
java.lang.Object
opennlp.tools.util.featuregen.BrownCluster.BrownClusterSerializer
- All Implemented Interfaces:
- ArtifactSerializer<BrownCluster>
- Enclosing class:
- BrownCluster
public static class BrownCluster.BrownClusterSerializer
extends Object
implements ArtifactSerializer<BrownCluster>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate(InputStream in) Creates an artifact from the providedInputStream.voidserialize(BrownCluster artifact, OutputStream out) Serializes an artifact to the providedOutputStream.
- 
Constructor Details- 
BrownClusterSerializerpublic BrownClusterSerializer()
 
- 
- 
Method Details- 
createDescription copied from interface:ArtifactSerializerCreates an artifact from the providedInputStream.Note: The InputStreamremains open.- Specified by:
- createin interface- ArtifactSerializer<BrownCluster>
- Parameters:
- in- A valid, open- InputStreamready to read from.
- Returns:
- A valid artifact.
- Throws:
- IOException- Thrown if IO errors occurred during creation.
 
- 
serializeDescription copied from interface:ArtifactSerializerSerializes an artifact to the providedOutputStream.Note: The OutputStreamremains open.- Specified by:
- serializein interface- ArtifactSerializer<BrownCluster>
- Parameters:
- artifact- A valid- artifact.
- out- A valid, open- OutputStreamready to write to.
- Throws:
- IOException- Thrown if IO errors occurred during serialization.
 
 
-