Package com.pixelmed.convert
Class TIFFImageFileDirectoryEntry
java.lang.Object
com.pixelmed.convert.TIFFImageFileDirectoryEntry
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTIFFImageFileDirectoryEntry
(int tagIdentifier, int tagType, long numberOfValues, TIFFValues values) -
Method Summary
Modifier and TypeMethodDescriptionlong
int
int
static TIFFImageFileDirectoryEntry
static TIFFImageFileDirectoryEntry
toString()
-
Field Details
-
tagIdentifier
protected int tagIdentifier -
tagType
protected int tagType -
numberOfValues
protected long numberOfValues -
values
-
-
Constructor Details
-
TIFFImageFileDirectoryEntry
public TIFFImageFileDirectoryEntry(int tagIdentifier, int tagType, long numberOfValues, TIFFValues values)
-
-
Method Details
-
getTagIdentifier
public int getTagIdentifier() -
getTagType
public int getTagType() -
getNumberOfValues
public long getNumberOfValues() -
getValues
-
readBigIFDEntry
public static TIFFImageFileDirectoryEntry readBigIFDEntry(TIFFFile f) throws EOFException, IOException, TIFFException - Throws:
EOFException
IOException
TIFFException
-
readClassicIFDEntry
public static TIFFImageFileDirectoryEntry readClassicIFDEntry(TIFFFile f) throws EOFException, IOException, TIFFException - Throws:
EOFException
IOException
TIFFException
-
toString
-