|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.drew.metadata.Directory
com.drew.metadata.exif.SonyMakernoteDirectory
public class SonyMakernoteDirectory
Describes tags specific to Sony cameras. At present, this class doesn't define any tags. If you are able to decode some of the Sony tags, please feel free to provide a patched version of this class ;)
Field Summary | |
---|---|
protected static java.util.HashMap |
_tagNameMap
|
Fields inherited from class com.drew.metadata.Directory |
---|
_definedTagList, _descriptor, _tagMap |
Constructor Summary | |
---|---|
SonyMakernoteDirectory()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Provides the name of the directory, for display purposes. |
protected java.util.HashMap |
getTagNameMap()
Provides the map of tag names, hashed by tag type identifier. |
Methods inherited from class com.drew.metadata.Directory |
---|
addError, containsTag, getBoolean, getByteArray, getDate, getDescription, getDouble, getErrorCount, getErrors, getFloat, getInt, getIntArray, getLong, getObject, getRational, getRationalArray, getString, getStringArray, getTagCount, getTagIterator, getTagName, hasErrors, setBoolean, setByteArray, setDate, setDescriptor, setDouble, setFloat, setInt, setIntArray, setLong, setObject, setObjectArray, setRational, setRationalArray, setString, setStringArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.util.HashMap _tagNameMap
Constructor Detail |
---|
public SonyMakernoteDirectory()
Method Detail |
---|
public java.lang.String getName()
Directory
Exif
getName
in class Directory
protected java.util.HashMap getTagNameMap()
Directory
getTagNameMap
in class Directory
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |