* TiffOutputSet containing the EXIF data to write.
*/
public void updateExifMetadataLossless(final InputStream src, final OutputStream os,
final TiffOutputSet outputSet) throws ImageReadException, IOException,
ImageWriteException {
final ByteSource byteSource = new ByteSourceInputStream(src, null);
updateExifMetadataLossless(byteSource, os, outputSet);
}