com.drew.metadata
Class SampleUsage
java.lang.Object
com.drew.metadata.SampleUsage
public class SampleUsage
extends java.lang.Object
SampleUsage(String fileName) - Constructor which executes multiple sample usages, each of which return the same output.
|
static void | main(String[] args) - Executes the sample usage program.
|
SampleUsage
public SampleUsage(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.
fileName
- path to a jpeg file upon which to operate
main
public static void main(String[] args)
Executes the sample usage program.
args
- command line parameters
Copyright © 2006 Drew Noakes. All Rights Reserved.