Class XmpWriter


  • public class XmpWriter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XmpWriter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean write​(java.io.OutputStream os, Metadata data)
      Serializes the XmpDirectory component of Metadata into an OutputStream
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmpWriter

        public XmpWriter()
    • Method Detail

      • write

        public static boolean write​(java.io.OutputStream os,
                                    Metadata data)
        Serializes the XmpDirectory component of Metadata into an OutputStream
        Parameters:
        os - Destination for the xmp data
        data - populated metadata
        Returns:
        serialize success