Uses of Interface
com.drew.metadata.MetadataReader
-
Packages that use MetadataReader Package Description com.drew.metadata.icc Contains classes for the extraction and modelling of ICC (International Color Consortium) profile metadata.com.drew.metadata.jfif Contains classes for the extraction and modelling of JFIF metadata.com.drew.metadata.jfxx Contains classes for the extraction and modelling of JFXX (JFIF extension) metadata. -
-
Uses of MetadataReader in com.drew.metadata.icc
Classes in com.drew.metadata.icc that implement MetadataReader Modifier and Type Class Description classIccReaderReads an ICC profile. -
Uses of MetadataReader in com.drew.metadata.jfif
Classes in com.drew.metadata.jfif that implement MetadataReader Modifier and Type Class Description classJfifReaderReader for JFIF data, found in the APP0 JPEG segment. -
Uses of MetadataReader in com.drew.metadata.jfxx
Classes in com.drew.metadata.jfxx that implement MetadataReader Modifier and Type Class Description classJfxxReaderReader for JFXX (JFIF extensions) data, found in the APP0 JPEG segment.
-