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
.
-
-
Constructor Summary
Constructors Constructor Description JpegCommentDescriptor(JpegCommentDirectory directory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getJpegCommentDescription()
-
Methods inherited from class com.drew.metadata.TagDescriptor
convertBytesToVersionString, getDescription
-
-
-
-
Constructor Detail
-
JpegCommentDescriptor
public JpegCommentDescriptor(JpegCommentDirectory directory)
-
-
Method Detail
-
getJpegCommentDescription
public String getJpegCommentDescription()
-
-