public class XmpReader extends Object implements MetadataReader
| Constructor and Description |
|---|
XmpReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
extract(BufferReader reader,
Metadata metadata)
Performs the XMP data extraction, adding found values to the specified instance of
Metadata. |
public void extract(BufferReader reader, Metadata metadata)
Metadata.
The extraction is done with Adobe's XmpCore-Lib (XMP-Toolkit).extract in interface MetadataReaderreader - The reader from which the metadata should be extracted.metadata - The Metadata object into which extracted values should be merged.Copyright © 2003-2012 Drew Noakes. All Rights Reserved.