public final class JpegExif
extends java.lang.Object
Constructor and Description |
---|
JpegExif() |
Modifier and Type | Method and Description |
---|---|
boolean |
isExifProfileOK()
Returns
true if the Exif IFD is present and satisfies
the profile requirements. |
static boolean |
isTiffAvailable()
Checks if the TIFF module is available.
|
RepInfo |
readExifData(java.io.DataInputStream dstream,
JhoveBase je,
int length)
Reads the Exif data from the current point at the data stream,
puts it into a temporary file, and makes a RepInfo object
available.
|
public static boolean isTiffAvailable()
public RepInfo readExifData(java.io.DataInputStream dstream, JhoveBase je, int length)
true
.public boolean isExifProfileOK()
true
if the Exif IFD is present and satisfies
the profile requirements.