public class XmpReader extends java.lang.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 MetadataReader
reader
- The reader from which the metadata should be extracted.metadata
- The Metadata object into which extracted values should be merged.Copyright © 2002-2013 Drew Noakes. All Rights Reserved.