Package gov.nih.mipav.model.file
Class MetadataExtractor.SonyEncodedDataDirectoryBase
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractor.Directory
-
- gov.nih.mipav.model.file.MetadataExtractor.SonyEncodedDataDirectoryBase
-
- Direct Known Subclasses:
MetadataExtractor.SonyTag9050bDirectory
- Enclosing class:
- MetadataExtractor
public abstract class MetadataExtractor.SonyEncodedDataDirectoryBase extends MetadataExtractor.Directory
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
_substitution
-
Fields inherited from class gov.nih.mipav.model.file.MetadataExtractor.Directory
_definedTagList, _descriptor, _tagMap
-
-
Constructor Summary
Constructors Constructor Description SonyEncodedDataDirectoryBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
decipherInPlace(byte[] bytes)
-
Methods inherited from class gov.nih.mipav.model.file.MetadataExtractor.Directory
addError, containsTag, getBoolean, getBooleanObject, getByteArray, getDate, getDate, getDate, getDescription, getDouble, getDoubleObject, getErrorCount, getErrors, getFloat, getFloatObject, getInt, getIntArray, getInteger, getLong, getLongObject, getName, getObject, getParent, getRational, getRationalArray, getString, getString, getStringArray, getStringValue, getStringValueArray, getTagCount, getTagName, getTagNameMap, getTags, hasErrors, hasTagName, isEmpty, setBoolean, setByteArray, setDate, setDescriptor, setDouble, setDoubleArray, setFloat, setFloatArray, setInt, setIntArray, setLong, setObject, setObjectArray, setParent, setRational, setRationalArray, setString, setStringArray, setStringValue, setStringValueArray, toString
-
-