com.drew.metadata.adobe
Class AdobeJpegReader
java.lang.Object
com.drew.metadata.adobe.AdobeJpegReader
- All Implemented Interfaces:
- MetadataReader
public class AdobeJpegReader
- extends Object
- implements MetadataReader
Decodes Adobe formatted data stored in JPEG files, normally in the APPE (App14) segment.
- Author:
- Philip, Drew Noakes http://drewnoakes.com
|
Method Summary |
void |
extract(BufferReader reader,
Metadata metadata)
Extract metadata from the source and merge it into an existing Metadata object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdobeJpegReader
public AdobeJpegReader()
extract
public void extract(BufferReader reader,
Metadata metadata)
- Description copied from interface:
MetadataReader
- Extract metadata from the source and merge it into an existing Metadata object.
- Specified by:
extract in interface MetadataReader
- Parameters:
reader - The reader from which the metadata should be extracted.metadata - The Metadata object into which extracted values should be merged.
Copyright © 2012. All Rights Reserved.