com.drew.metadata.jpeg

Class JpegCommentDirectory

Implemented Interfaces:
Serializable

public class JpegCommentDirectory
extends Directory

Author:
Drew Noakes http://drewnoakes.com

Field Summary

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

Fields inherited from class com.drew.metadata.Directory

_definedTagList, _descriptor, _tagMap

Constructor Summary

JpegCommentDirectory()

Method Summary

String
getName()
protected HashMap
getTagNameMap()

Methods inherited from class com.drew.metadata.Directory

addError, containsTag, getBoolean, getByteArray, getDate, getDescription, getDouble, getErrorCount, getErrors, getFloat, getInt, getIntArray, getLong, getName, getObject, getRational, getRationalArray, getString, getStringArray, getTagCount, getTagIterator, getTagName, getTagNameMap, hasErrors, setBoolean, setByteArray, setDate, setDescriptor, setDouble, setFloat, setInt, setIntArray, setLong, setObject, setObjectArray, setRational, setRationalArray, setString, setStringArray

Field Details

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).
Field Value:
0

tagNameMap

protected static final HashMap tagNameMap

Constructor Details

JpegCommentDirectory

public JpegCommentDirectory()

Method Details

getName

public String getName()
Overrides:
getName in interface Directory

getTagNameMap

protected HashMap getTagNameMap()
Overrides:
getTagNameMap in interface Directory

Copyright © 2006 Drew Noakes. All Rights Reserved.