public class ExifIFDField extends Object
| Modifier and Type | Field and Description |
|---|---|
int[] |
Data |
long |
DataOffsetAddress |
long |
DataSize |
long |
DataType |
long |
LongData |
long |
SizeCount |
long |
Tag |
String |
TagName |
| Constructor and Description |
|---|
ExifIFDField() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getData()
Retrieve the referenced data of IFD of field
(It equals to specify the IFDField#Data properties directly) |
String |
getStringData()
Take out the referenced data of IFD of the field as a String
|
public String TagName
public long Tag
public long DataType
public long SizeCount
public long DataSize
public long DataOffsetAddress
public int[] Data
public long LongData
public int[] getData()
public String getStringData()
Copyright © 2016. All rights reserved.