com.drew.metadata.icc
Class IccReader

java.lang.Object
  extended by com.drew.metadata.icc.IccReader
All Implemented Interfaces:
MetadataReader

public class IccReader
extends Object
implements MetadataReader

Reads an ICC profile.

Author:
Yuri Binev, Drew Noakes

Constructor Summary
IccReader()
           
 
Method Summary
 void extract(BufferReader reader, Metadata metadata)
          Extract metadata from the source and merge it into an existing Metadata object.
static String getStringFromInt32(int d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IccReader

public IccReader()
Method Detail

extract

public void extract(BufferReader reader,
                    Metadata metadata)
Description copied from interface: MetadataReader
Extract metadata from the source and merge it into an existing Metadata object.

Specified by:
extract in interface MetadataReader
Parameters:
reader - The reader from which the metadata should be extracted.
metadata - The Metadata object into which extracted values should be merged.

getStringFromInt32

public static String getStringFromInt32(int d)


Copyright © 2012. All Rights Reserved.