Package com.drew.metadata.photoshop
Class PhotoshopTiffHandler
java.lang.Object
com.drew.metadata.tiff.DirectoryTiffHandler
com.drew.metadata.exif.ExifTiffHandler
com.drew.metadata.photoshop.PhotoshopTiffHandler
- All Implemented Interfaces:
TiffHandler
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
-
Constructor Summary
ConstructorsConstructorDescriptionPhotoshopTiffHandler(Metadata metadata, Directory parentDirectory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleancustomProcessTag(int tagOffset, Set<Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount) Deprecated.Methods inherited from class com.drew.metadata.exif.ExifTiffHandler
hasFollowerIfd, setTiffMarker, tryCustomProcessFormat, tryEnterSubIfdMethods inherited from class com.drew.metadata.tiff.DirectoryTiffHandler
endingIFD, error, setByteArray, setDouble, setDoubleArray, setFloat, setFloatArray, setInt16s, setInt16sArray, setInt16u, setInt16uArray, setInt32s, setInt32sArray, setInt32u, setInt32uArray, setInt8s, setInt8sArray, setInt8u, setInt8uArray, setRational, setRationalArray, setString, warn
-
Constructor Details
-
PhotoshopTiffHandler
Deprecated.
-
-
Method Details
-
customProcessTag
public boolean customProcessTag(int tagOffset, Set<Integer> processedIfdOffsets, int tiffHeaderOffset, RandomAccessReader reader, int tagId, int byteCount) throws IOException Deprecated.- Specified by:
customProcessTagin interfaceTiffHandler- Overrides:
customProcessTagin classExifTiffHandler- Throws:
IOException
-