public class KyoceraMakernoteDescriptor extends TagDescriptor
KyoceraMakernoteDirectory.
Some information about this makernote taken from here:
http://www.ozhiker.com/electronics/pjmt/jpeg_info/kyocera_mn.html
Most manufacturer's MakerNote counts the "offset to data" from the first byte
of TIFF header (same as the other IFD), but Kyocera (along with Fujifilm) counts
it from the first byte of MakerNote itself._directory| Constructor and Description |
|---|
KyoceraMakernoteDescriptor(Directory directory) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription(int tagType)
Returns a descriptive value of the the specified tag for this image.
|
java.lang.String |
getPrintImageMatchingInfoDescription() |
java.lang.String |
getProprietaryThumbnailDataDescription() |
public KyoceraMakernoteDescriptor(Directory directory)
public java.lang.String getDescription(int tagType)
throws MetadataException
TagDescriptorThis and getString(int) are the only 'get' methods that won't throw an exception.
getDescription in class TagDescriptortagType - the tag to find a description fornull if the tag hasn't been defined.MetadataExceptionpublic java.lang.String getPrintImageMatchingInfoDescription()
throws MetadataException
MetadataExceptionpublic java.lang.String getProprietaryThumbnailDataDescription()
throws MetadataException
MetadataExceptionCopyright © 2006 Drew Noakes. All Rights Reserved.