public class ExifInteropDescriptor extends TagDescriptor<ExifInteropDirectory>
ExifInteropDirectory
._directory
Constructor and Description |
---|
ExifInteropDescriptor(ExifInteropDirectory directory) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription(int tagType)
Returns a descriptive value of the the specified tag for this image.
|
String |
getInteropIndexDescription() |
String |
getInteropVersionDescription() |
convertBytesToVersionString
public ExifInteropDescriptor(ExifInteropDirectory directory)
public String getDescription(int tagType)
TagDescriptor
getString(tagType)
will be returned.getDescription
in class TagDescriptor<ExifInteropDirectory>
tagType
- the tag to find a description fornull
if the tag hasn't been defined.public String getInteropVersionDescription()
public String getInteropIndexDescription()
Copyright © 2003-2012 Drew Noakes. All Rights Reserved.