Package opennlp.tools.util.model
Class ByteArraySerializer
java.lang.Object
opennlp.tools.util.model.ByteArraySerializer
- All Implemented Interfaces:
ArtifactSerializer<byte[]>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]create(InputStream in) Creates the artifact from the providedInputStream.voidserialize(byte[] artifact, OutputStream out) Serializes the artifact to the providedOutputStream.
-
Constructor Details
-
ByteArraySerializer
public ByteArraySerializer()
-
-
Method Details
-
create
Description copied from interface:ArtifactSerializerCreates the artifact from the providedInputStream. TheInputStreamremains open.- Specified by:
createin interfaceArtifactSerializer<byte[]>- Returns:
- the artifact
- Throws:
IOException
-
serialize
Description copied from interface:ArtifactSerializerSerializes the artifact to the providedOutputStream. TheOutputStreamremains open.- Specified by:
serializein interfaceArtifactSerializer<byte[]>- Parameters:
artifact-out-- Throws:
IOException
-