Uses of Class
com.drew.metadata.MetadataException
Packages that use MetadataException
Package
Description
Provides classes for generic modelling of metadata directories and tags.
Contains classes for the extraction and modelling of JFIF metadata.
Contains classes for the extraction and modelling of JFXX (JFIF extension) metadata.
Contains classes for the extraction and modelling of JPEG file format metadata.
-
Uses of MetadataException in com.drew.metadata
Methods in com.drew.metadata that throw MetadataExceptionModifier and TypeMethodDescriptionbooleanDirectory.getBoolean(int tagType) Returns the specified tag's value as a boolean, if possible.doubleDirectory.getDouble(int tagType) Returns the specified tag's value as a double, if possible.floatDirectory.getFloat(int tagType) Returns the specified tag's value as a float, if possible.intDirectory.getInt(int tagType) Returns the specified tag's value as an int, if possible.longDirectory.getLong(int tagType) Returns the specified tag's value as a long, if possible. -
Uses of MetadataException in com.drew.metadata.jfif
Methods in com.drew.metadata.jfif that throw MetadataExceptionModifier and TypeMethodDescriptionintJfifDirectory.getImageHeight()Deprecated.intJfifDirectory.getImageWidth()Deprecated.useJfifDirectory.getResY()instead.intJfifDirectory.getResUnits()intJfifDirectory.getResX()intJfifDirectory.getResY()intJfifDirectory.getVersion() -
Uses of MetadataException in com.drew.metadata.jfxx
Methods in com.drew.metadata.jfxx that throw MetadataException -
Uses of MetadataException in com.drew.metadata.jpeg
Methods in com.drew.metadata.jpeg that throw MetadataExceptionModifier and TypeMethodDescriptionintJpegDirectory.getImageHeight()intJpegDirectory.getImageWidth()intJpegDirectory.getNumberOfComponents()intHuffmanTablesDirectory.getNumberOfTables()
JfifDirectory.getResX()instead.