com.drew.metadata.exif
Class DataFormat
java.lang.Object
com.drew.metadata.exif.DataFormat
public class DataFormat
- extends java.lang.Object
An enumeration of data formats used in the TIFF IFDs.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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.