public class TIFFImageFileDirectoryEntry extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
numberOfValues |
protected int |
tagIdentifier |
protected int |
tagType |
protected TIFFValues |
values |
Constructor and Description |
---|
TIFFImageFileDirectoryEntry(int tagIdentifier,
int tagType,
long numberOfValues,
TIFFValues values) |
Modifier and Type | Method and Description |
---|---|
long |
getNumberOfValues() |
int |
getTagIdentifier() |
int |
getTagType() |
TIFFValues |
getValues() |
static TIFFImageFileDirectoryEntry |
readBigIFDEntry(TIFFFile f) |
static TIFFImageFileDirectoryEntry |
readClassicIFDEntry(TIFFFile f) |
String |
toString() |
protected long numberOfValues
protected int tagIdentifier
protected int tagType
protected TIFFValues values
public TIFFImageFileDirectoryEntry(int tagIdentifier, int tagType, long numberOfValues, TIFFValues values)
public long getNumberOfValues()
public int getTagIdentifier()
public int getTagType()
public TIFFValues getValues()
public static TIFFImageFileDirectoryEntry readBigIFDEntry(TIFFFile f) throws EOFException, IOException, TIFFException
EOFException
IOException
TIFFException
public static TIFFImageFileDirectoryEntry readClassicIFDEntry(TIFFFile f) throws EOFException, IOException, TIFFException
EOFException
IOException
TIFFException