Package zleurtor.scanmanager.model
Class ExifReader
java.lang.Object
zleurtor.scanmanager.model.ExifReader
A class to read Exif files (jpeg with metadata). See { @link https://www.media.mit.edu/pia/Research/deepview/exif.html }.
- Author:
- Zleurtor
-
Constructor Summary
ConstructorsConstructorDescriptionExifReader
(File theFile) Construct a new Exif reader for the specified file. -
Method Summary
-
Constructor Details
-
ExifReader
Construct a new Exif reader for the specified file.- Parameters:
theFile
- The file to read.- Throws:
IOException
- If an I/O error occurs or if the consistency of the file is not validated.
-
-
Method Details