com.drew.metadata.exif
Class DataFormat

java.lang.Object
  extended by com.drew.metadata.exif.DataFormat

public class DataFormat
extends java.lang.Object

An enumeration of data formats used in the TIFF IFDs.


Field Summary
static DataFormat BYTE
           
static DataFormat DOUBLE
           
static DataFormat SBYTE
           
static DataFormat SINGLE
           
static DataFormat SLONG
           
static DataFormat SRATIONAL
           
static DataFormat SSHORT
           
static DataFormat STRING
           
static DataFormat ULONG
           
static DataFormat UNDEFINED
           
static DataFormat URATIONAL
           
static DataFormat USHORT
           
 
Method Summary
static DataFormat fromValue(int value)
           
 int getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BYTE

public static final DataFormat BYTE

STRING

public static final DataFormat STRING

USHORT

public static final DataFormat USHORT

ULONG

public static final DataFormat ULONG

URATIONAL

public static final DataFormat URATIONAL

SBYTE

public static final DataFormat SBYTE

UNDEFINED

public static final DataFormat UNDEFINED

SSHORT

public static final DataFormat SSHORT

SLONG

public static final DataFormat SLONG

SRATIONAL

public static final DataFormat SRATIONAL

SINGLE

public static final DataFormat SINGLE

DOUBLE

public static final DataFormat DOUBLE
Method Detail

fromValue

public static DataFormat fromValue(int value)
                            throws MetadataException
Throws:
MetadataException

getValue

public int getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006 Drew Noakes. All Rights Reserved.