com.drew.metadata.jpeg
Class JpegCommentDescriptor

java.lang.Object
  extended by com.drew.metadata.TagDescriptor<JpegCommentDirectory>
      extended by com.drew.metadata.jpeg.JpegCommentDescriptor

public class JpegCommentDescriptor
extends TagDescriptor<JpegCommentDirectory>

Provides human-readable string representations of tag values stored in a JpegCommentDirectory.

Author:
Drew Noakes http://drewnoakes.com

Field Summary
 
Fields inherited from class com.drew.metadata.TagDescriptor
_directory
 
Constructor Summary
JpegCommentDescriptor(JpegCommentDirectory directory)
           
 
Method Summary
 String getJpegCommentDescription()
           
 
Methods inherited from class com.drew.metadata.TagDescriptor
convertBytesToVersionString, getDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpegCommentDescriptor

public JpegCommentDescriptor(JpegCommentDirectory directory)
Method Detail

getJpegCommentDescription

public String getJpegCommentDescription()


Copyright © 2012. All Rights Reserved.