com.drew.metadata.xmp
Class XmpReader

java.lang.Object
  extended by com.drew.metadata.xmp.XmpReader
All Implemented Interfaces:
MetadataReader

public class XmpReader
extends Object
implements MetadataReader

Extracts Xmp data from a JPEG header segment.

The extractions is done with adobe's XmpCore-Library (XMP-Toolkit) Copyright (c) 1999 - 2007, Adobe Systems Incorporated All rights reserved.

Author:
Torsten Skadell, Drew Noakes http://drewnoakes.com

Constructor Summary
XmpReader()
           
 
Method Summary
 void extract(BufferReader reader, Metadata metadata)
          Performs the XMP data extraction, adding found values to the specified instance of Metadata.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmpReader

public XmpReader()
Method Detail

extract

public void extract(BufferReader reader,
                    Metadata metadata)
Performs the XMP data extraction, adding found values to the specified instance of Metadata. The extraction is done with Adobe's XmpCore-Lib (XMP-Toolkit)

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.