com.drew.metadata
public interface MetadataReader
RandomAccessReader.
Instances of this interface must be thread-safe and reusable.
| Modifier and Type | Method and Description |
|---|---|
void |
extract(RandomAccessReader reader,
Metadata metadata)
Extracts metadata from
reader and merges it into the specified Metadata object. |
void extract(RandomAccessReader reader, Metadata metadata)
reader and merges it into the specified Metadata object.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.