com.drew.metadata
Class SampleUsage

java.lang.Object
  extended by com.drew.metadata.SampleUsage

public class SampleUsage
extends java.lang.Object


Constructor Summary
SampleUsage(java.lang.String fileName)
          Constructor which executes multiple sample usages, each of which return the same output.
 
Method Summary
static void main(java.lang.String[] args)
          Executes the sample usage program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleUsage

public SampleUsage(java.lang.String fileName)
Constructor which executes multiple sample usages, each of which return the same output. This class showcases multiple usages of this metadata class library.

Parameters:
fileName - path to a jpeg file upon which to operate
Method Detail

main

public static void main(java.lang.String[] args)
Executes the sample usage program.

Parameters:
args - command line parameters


Copyright © 2006 Drew Noakes. All Rights Reserved.