This class provides a way to replace the Exif header of a JPEG image. Below is an example of writing EXIF data into a file public static void writeExif(byte[] jpeg, ExifData exif, String path) { OutputStream os = null; try { os = new FileOutputStream(path); ExifOut
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected