com.drew.metadata.exif
public class DataFormat extends Object
| 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() |