Package opennlp.tools.parser.lang.en
Class HeadRules.HeadRulesSerializer
- java.lang.Object
-
- opennlp.tools.parser.lang.en.HeadRules.HeadRulesSerializer
-
- All Implemented Interfaces:
ArtifactSerializer<HeadRules>
- Enclosing class:
- HeadRules
public static class HeadRules.HeadRulesSerializer extends Object implements ArtifactSerializer<HeadRules>
-
-
Constructor Summary
Constructors Constructor Description HeadRulesSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeadRulescreate(InputStream in)Creates the artifact from the providedInputStream.voidserialize(HeadRules artifact, OutputStream out)Serializes the artifact to the providedOutputStream.
-
-
-
Method Detail
-
create
public HeadRules create(InputStream in) throws IOException
Description copied from interface:ArtifactSerializerCreates the artifact from the providedInputStream. TheInputStreamremains open.- Specified by:
createin interfaceArtifactSerializer<HeadRules>- Returns:
- the artifact
- Throws:
IOException
-
serialize
public void serialize(HeadRules artifact, OutputStream out) throws IOException
Description copied from interface:ArtifactSerializerSerializes the artifact to the providedOutputStream. TheOutputStreamremains open.- Specified by:
serializein interfaceArtifactSerializer<HeadRules>- Throws:
IOException
-
-