Class TIFFIFD
java.lang.Object
com.sun.media.imageio.plugins.tiff.TIFFDirectory
com.sun.media.imageioimpl.plugins.tiff.TIFFIFD
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns aTIFFIFDwherein all fields from theBaselineTIFFTagSetare copied by value and all other fields copied by reference.longlongstatic TIFFTagstatic TIFFTagvoidinitialize(ImageInputStream stream, boolean ignoreUnknownFields) iterator()Returns anIteratorover the TIFF fields.voidwriteToStream(ImageOutputStream stream) Methods inherited from class com.sun.media.imageio.plugins.tiff.TIFFDirectory
addTagSet, addTIFFField, clone, containsTIFFField, createFromMetadata, getAsMetadata, getNumTIFFFields, getParentTag, getTag, getTagSets, getTIFFField, getTIFFFields, removeTagSet, removeTIFFField, removeTIFFFields
-
Constructor Details
-
TIFFIFD
-
TIFFIFD
-
-
Method Details
-
getTag
-
getTag
-
getTagSetList
-
iterator
Returns anIteratorover the TIFF fields. The traversal is in the order of increasing tag number. -
initialize
- Throws:
IOException
-
writeToStream
- Throws:
IOException
-
getStripOrTileByteCountsPosition
public long getStripOrTileByteCountsPosition() -
getStripOrTileOffsetsPosition
public long getStripOrTileOffsetsPosition() -
getLastPosition
public long getLastPosition() -
getShallowClone
Returns aTIFFIFDwherein all fields from theBaselineTIFFTagSetare copied by value and all other fields copied by reference.
-