Package com.drew.metadata.jpeg
Class JpegCommentDescriptor
- java.lang.Object
-
- com.drew.metadata.TagDescriptor<JpegCommentDirectory>
-
- com.drew.metadata.jpeg.JpegCommentDescriptor
-
public class JpegCommentDescriptor extends TagDescriptor<JpegCommentDirectory>
Provides human-readable string representations of tag values stored in aJpegCommentDirectory.
-
-
Field Summary
-
Fields inherited from class com.drew.metadata.TagDescriptor
_directory
-
-
Constructor Summary
Constructors Constructor Description JpegCommentDescriptor(JpegCommentDirectory directory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetJpegCommentDescription()-
Methods inherited from class com.drew.metadata.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(JpegCommentDirectory directory)
-
-