TagInfo(String name,
int tag,
FieldType dataType,
int length,
TiffDirectoryType exifDirectory) |
TagInfo(String name,
int tag,
FieldType dataType,
int length,
TiffDirectoryType exifDirectory,
boolean isOffset) |
TagInfo(String name,
int tag,
List<FieldType> dataTypes,
int length,
TiffDirectoryType exifDirectory) |
TagInfo(String name,
int tag,
List<FieldType> dataTypes,
int length,
TiffDirectoryType exifDirectory,
boolean isOffset) |
TagInfoAny(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoAscii(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoAsciiOrByte(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoAsciiOrRational(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoByte(String name,
int tag,
FieldType fieldType,
TiffDirectoryType directoryType) |
TagInfoByte(String name,
int tag,
List<FieldType> fieldTypes,
TiffDirectoryType directoryType) |
TagInfoByte(String name,
int tag,
TiffDirectoryType directoryType) |
TagInfoByteOrShort(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoBytes(String name,
int tag,
FieldType fieldType,
int length,
TiffDirectoryType directoryType) |
TagInfoBytes(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoBytes(String name,
int tag,
List<FieldType> fieldTypes,
int length,
TiffDirectoryType directoryType) |
TagInfoDirectory(String name,
int tag,
TiffDirectoryType directoryType) |
TagInfoDouble(String name,
int tag,
TiffDirectoryType directoryType) |
TagInfoDoubles(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoFloat(String name,
int tag,
TiffDirectoryType directoryType) |
TagInfoFloats(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoGpsText(String name,
int tag,
TiffDirectoryType exifDirectory) |
TagInfoLong(String name,
int tag,
TiffDirectoryType directoryType) |
TagInfoLong(String name,
int tag,
TiffDirectoryType directoryType,
boolean isOffset) |
TagInfoLongOrIFD(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoLongOrIFD(String name,
int tag,
int length,
TiffDirectoryType directoryType,
boolean isOffset) |
TagInfoLongs(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoLongs(String name,
int tag,
int length,
TiffDirectoryType directoryType,
boolean isOffset) |
TagInfoRational(String name,
int tag,
TiffDirectoryType directoryType) |
TagInfoRationals(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoSByte(String name,
int tag,
TiffDirectoryType directoryType) |
TagInfoSBytes(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoShort(String name,
int tag,
TiffDirectoryType directoryType) |
TagInfoShortOrLong(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoShortOrLong(String name,
int tag,
int length,
TiffDirectoryType directoryType,
boolean isOffset) |
TagInfoShortOrLongOrRational(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoShortOrRational(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoShorts(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoSLong(String name,
int tag,
TiffDirectoryType directoryType) |
TagInfoSLongs(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoSRational(String name,
int tag,
TiffDirectoryType directoryType) |
TagInfoSRationals(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoSShort(String name,
int tag,
TiffDirectoryType directoryType) |
TagInfoSShorts(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoUndefined(String name,
int tag,
TiffDirectoryType directoryType) |
TagInfoUndefineds(String name,
int tag,
int length,
TiffDirectoryType directoryType) |
TagInfoUnknown(String name,
int tag,
TiffDirectoryType exifDirectory) |
TagInfoUnknowns(String name,
int tag,
int length,
TiffDirectoryType exifDirectory) |
TagInfoXpString(String name,
int tag,
TiffDirectoryType directoryType) |