public class DefaultTagDescriptor extends TagDescriptor
_directory
Constructor and Description |
---|
DefaultTagDescriptor(Directory directory) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription(int tagType)
Gets the default string representation of the tag's value.
|
java.lang.String |
getTagName(int tagType)
Gets a best-effort tag name using the format 'Unknown tag 0x00' (with the corresponding tag type in hex).
|
public DefaultTagDescriptor(Directory directory)
public java.lang.String getTagName(int tagType)
tagType
- the tag type identifier.public java.lang.String getDescription(int tagType)
getDescription
in class TagDescriptor
tagType
- the tag type identifier.Copyright © 2006 Drew Noakes. All Rights Reserved.