Package com.pixelmed.convert
Class TIFFImageFileDirectory
java.lang.Object
com.pixelmed.convert.TIFFImageFileDirectory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SortedMap<Integer,TIFFImageFileDirectoryEntry> protected longprotected long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getByteValues(int tagIdentifier) getEntry(int tagIdentifier) long[]getNumericValues(int tagIdentifier) longgetSingleNumericValue(int tagIdentifier, int valueNumber, long defaultValue) doublegetSingleRationalValue(int tagIdentifier, int valueNumber, double defaultValue) String[]getStringValues(int tagIdentifier) longtoString()
-
Field Details
-
ifdOffsetThis
protected long ifdOffsetThis -
ifdOffsetNext
protected long ifdOffsetNext -
entries
-
-
Constructor Details
-
TIFFImageFileDirectory
public TIFFImageFileDirectory()
-
-
Method Details
-
read
- Throws:
EOFExceptionIOExceptionTIFFException
-
toString
-
getEntry
-
getSingleRationalValue
public double getSingleRationalValue(int tagIdentifier, int valueNumber, double defaultValue) -
getSingleNumericValue
public long getSingleNumericValue(int tagIdentifier, int valueNumber, long defaultValue) -
getNumericValues
public long[] getNumericValues(int tagIdentifier) -
getByteValues
public byte[] getByteValues(int tagIdentifier) -
getStringValues
-