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