com.drew.metadata
public class DefaultTagDescriptor extends TagDescriptor<Directory>
| Constructor and Description |
|---|
DefaultTagDescriptor(Directory directory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTagName(int tagType)
Gets a best-effort tag name using the format 'Unknown tag 0x00' (with the corresponding tag type in hex).
|
convertBytesToVersionString, getDescriptionpublic DefaultTagDescriptor(Directory directory)
public String getTagName(int tagType)
tagType - the tag type identifier.Copyright © 2002-2015 Drew Noakes. All Rights Reserved.