Package gov.nih.mipav.model.file
Class MetadataExtractor.JpegCommentDescriptor
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractor.TagDescriptor<MetadataExtractor.JpegCommentDirectory>
-
- gov.nih.mipav.model.file.MetadataExtractor.JpegCommentDescriptor
-
- Enclosing class:
- MetadataExtractor
public class MetadataExtractor.JpegCommentDescriptor extends MetadataExtractor.TagDescriptor<MetadataExtractor.JpegCommentDirectory>
Provides human-readable string representations of tag values stored in aMetadataExtractor.JpegCommentDirectory
.- Author:
- Drew Noakes https://drewnoakes.com
-
-
Field Summary
-
Fields inherited from class gov.nih.mipav.model.file.MetadataExtractor.TagDescriptor
_directory
-
-
Constructor Summary
Constructors Constructor Description JpegCommentDescriptor(MetadataExtractor.JpegCommentDirectory directory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getJpegCommentDescription()
-
Methods inherited from class gov.nih.mipav.model.file.MetadataExtractor.TagDescriptor
convertBytesToVersionString, get7BitStringFromBytes, getBitFlagDescription, getByteLengthDescription, getDecimalRational, getDescription, getEncodedTextDescription, getEpochTimeDescription, getFocalLengthDescription, getFormattedFloat, getFormattedInt, getFormattedString, getFStopDescription, getIndexedDescription, getIndexedDescription, getLensSpecificationDescription, getOrientationDescription, getRationalOrDoubleString, getShutterSpeedDescription, getSimpleRational, getStringFromBytes, getVersionBytesDescription
-
-
-
-
Constructor Detail
-
JpegCommentDescriptor
public JpegCommentDescriptor(MetadataExtractor.JpegCommentDirectory directory)
-
-