com.drew.metadata.exif

Class 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()
String
toString()

Field Details

BYTE

public static final DataFormat BYTE

DOUBLE

public static final DataFormat DOUBLE

SBYTE

public static final DataFormat SBYTE

SINGLE

public static final DataFormat SINGLE

SLONG

public static final DataFormat SLONG

SRATIONAL

public static final DataFormat SRATIONAL

SSHORT

public static final DataFormat SSHORT

STRING

public static final DataFormat STRING

ULONG

public static final DataFormat ULONG

UNDEFINED

public static final DataFormat UNDEFINED

URATIONAL

public static final DataFormat URATIONAL

USHORT

public static final DataFormat USHORT

Method Details

fromValue

public static DataFormat fromValue(int value)
            throws MetadataException

getValue

public int getValue()

toString

public String toString()

Copyright © 2006 Drew Noakes. All Rights Reserved.