* String containing XMP XML.
*/
public void updateXmpXml(byte src[], OutputStream os, String xmpXml)
throws ImageReadException, IOException, ImageWriteException
{
ByteSource byteSource = new ByteSourceArray(src);
updateXmpXml(byteSource, os, xmpXml);
}