Entry
public final class TIFFEntry extends AbstractEntry
TIFF
,
IFD
Constructor | Description |
---|---|
TIFFEntry(int identifier,
short type,
Object value) |
Creates a new
TIFFEntry . |
TIFFEntry(int identifier,
Object value) |
Creates a new
TIFFEntry . |
Modifier and Type | Method | Description |
---|---|---|
String |
getFieldName() |
Returns
null , meaning unknown or undefined. |
short |
getType() |
|
String |
getTypeName() |
equals, getIdentifier, getNativeIdentifier, getValue, getValueAsString, hashCode, toString, valueCount
public TIFFEntry(int identifier, Object value)
TIFFEntry
.identifier
- the TIFF tag identifier.value
- the value of the entry.IllegalArgumentException
- if value
is null
.TIFFEntry(int, short, Object)
public TIFFEntry(int identifier, short type, Object value)
TIFFEntry
.identifier
- the TIFF tag identifier.type
- the type of the entry.value
- the value of the entry.IllegalArgumentException
- if type
is not a legal TIFF type.TIFF
public short getType()
public String getFieldName()
AbstractEntry
null
, meaning unknown or undefined.getFieldName
in interface Entry
getFieldName
in class AbstractEntry
null
.public String getTypeName()
getTypeName
in interface Entry
getTypeName
in class AbstractEntry
Copyright © 2018. All rights reserved.