Package com.drew.imaging.jpeg
Class JpegMetadataReader
java.lang.Object
com.drew.imaging.jpeg.JpegMetadataReader
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Obtains all available metadata from JPEG formatted files.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprocess(Metadata metadata, InputStream inputStream) Deprecated.static voidprocess(Metadata metadata, InputStream inputStream, Iterable<JpegSegmentMetadataReader> readers) Deprecated.static voidprocessJpegSegmentData(Metadata metadata, Iterable<JpegSegmentMetadataReader> readers, JpegSegmentData segmentData) Deprecated.static MetadatareadMetadata(File file) Deprecated.static MetadatareadMetadata(File file, Iterable<JpegSegmentMetadataReader> readers) Deprecated.static MetadatareadMetadata(InputStream inputStream) Deprecated.static MetadatareadMetadata(InputStream inputStream, Iterable<JpegSegmentMetadataReader> readers) Deprecated.
-
Field Details
-
ALL_READERS
Deprecated.
-
-
Method Details
-
readMetadata
public static Metadata readMetadata(InputStream inputStream, Iterable<JpegSegmentMetadataReader> readers) throws JpegProcessingException, IOException Deprecated.- Throws:
JpegProcessingExceptionIOException
-
readMetadata
public static Metadata readMetadata(InputStream inputStream) throws JpegProcessingException, IOException Deprecated.- Throws:
JpegProcessingExceptionIOException
-
readMetadata
public static Metadata readMetadata(File file, Iterable<JpegSegmentMetadataReader> readers) throws JpegProcessingException, IOException Deprecated.- Throws:
JpegProcessingExceptionIOException
-
readMetadata
Deprecated.- Throws:
JpegProcessingExceptionIOException
-
process
public static void process(Metadata metadata, InputStream inputStream) throws JpegProcessingException, IOException Deprecated.- Throws:
JpegProcessingExceptionIOException
-
process
public static void process(Metadata metadata, InputStream inputStream, Iterable<JpegSegmentMetadataReader> readers) throws JpegProcessingException, IOException Deprecated.- Throws:
JpegProcessingExceptionIOException
-
processJpegSegmentData
public static void processJpegSegmentData(Metadata metadata, Iterable<JpegSegmentMetadataReader> readers, JpegSegmentData segmentData) Deprecated.
-