public class PsdReader extends Object implements MetadataReader
Constructor and Description |
---|
PsdReader() |
Modifier and Type | Method and Description |
---|---|
void |
extract(RandomAccessReader reader,
Metadata metadata)
Extracts metadata from
reader and merges it into the specified Metadata object. |
public void extract(RandomAccessReader reader, Metadata metadata)
MetadataReader
reader
and merges it into the specified Metadata
object.extract
in interface MetadataReader
reader
- The RandomAccessReader
from which the metadata should be extracted.metadata
- The Metadata
object into which extracted values should be merged.Copyright © 2002-2015 Drew Noakes. All Rights Reserved.