public class IccReader extends Object implements MetadataReader
| Constructor and Description |
|---|
IccReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
extract(BufferReader reader,
Metadata metadata)
Extract metadata from the source and merge it into an existing Metadata object.
|
static String |
getStringFromInt32(int d) |
public void extract(BufferReader reader, Metadata metadata)
MetadataReaderextract in interface MetadataReaderreader - The reader from which the metadata should be extracted.metadata - The Metadata object into which extracted values should be merged.public static String getStringFromInt32(int d)
Copyright © 2003-2012 Drew Noakes. All Rights Reserved.