Package com.drew.metadata.xmp
Class XmpWriter
java.lang.Object
com.drew.metadata.xmp.XmpWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanwrite(OutputStream os, Metadata data) Serializes the XmpDirectory component ofMetadatainto anOutputStream
-
Constructor Details
-
XmpWriter
public XmpWriter()
-
-
Method Details
-
write
public static boolean write(OutputStream os, Metadata data) throws com.adobe.internal.xmp.XMPException Serializes the XmpDirectory component ofMetadatainto anOutputStream- Parameters:
os- Destination for the xmp datadata- populated metadata- Returns:
- serialize success
- Throws:
com.adobe.internal.xmp.XMPException
-