com.drew.metadata.jpeg

Class JpegCommentDirectory

public class JpegCommentDirectory extends Directory

Author: Drew Noakes http://drewnoakes.com

Field Summary
protected static HashMaptagNameMap
static intTAG_JPEG_COMMENT
This is in bits/sample, usually 8 (12 and 16 not supported by most software).
Constructor Summary
JpegCommentDirectory()
Method Summary
StringgetName()
protected HashMapgetTagNameMap()

Field Detail

tagNameMap

protected static final HashMap tagNameMap

TAG_JPEG_COMMENT

public static final int TAG_JPEG_COMMENT
This is in bits/sample, usually 8 (12 and 16 not supported by most software).

Constructor Detail

JpegCommentDirectory

public JpegCommentDirectory()

Method Detail

getName

public String getName()

getTagNameMap

protected HashMap getTagNameMap()
Copyright © 2006 Drew Noakes. All Rights Reserved.