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