com.drew.metadata.exif.makernotes
public class RicohMakernoteDescriptor extends TagDescriptor<RicohMakernoteDirectory>
RicohMakernoteDescriptor.
Some information about this makernote taken from here: http://www.ozhiker.com/electronics/pjmt/jpeg_info/ricoh_mn.html
| Constructor and Description |
|---|
RicohMakernoteDescriptor(RicohMakernoteDirectory directory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription(int tagType)
Returns a descriptive value of the specified tag for this image.
|
convertBytesToVersionStringpublic RicohMakernoteDescriptor(RicohMakernoteDirectory directory)
public String getDescription(int tagType)
TagDescriptorgetString(tagType) will be returned.getDescription in class TagDescriptor<RicohMakernoteDirectory>tagType - the tag to find a description fornull if the tag hasn't been defined.Copyright © 2002-2015 Drew Noakes. All Rights Reserved.