Class JpegCommentDirectory

java.lang.Object
com.drew.metadata.Directory
com.drew.metadata.jpeg.JpegCommentDirectory

public class JpegCommentDirectory extends Directory
Describes tags used by a JPEG file comment.
Author:
Drew Noakes https://drewnoakes.com
  • Field Details

    • TAG_COMMENT

      public static final int TAG_COMMENT
      This value does not apply to a particular standard. Rather, this value has been fabricated to maintain consistency with other directory types.
      See Also:
  • Constructor Details

    • JpegCommentDirectory

      public JpegCommentDirectory()
  • Method Details

    • getName

      public String getName()
      Description copied from class: Directory
      Provides the name of the directory, for display purposes. E.g. Exif
      Specified by:
      getName in class Directory
      Returns:
      the name of the directory