photospace.meta
Class Reader

java.lang.Object
  extended byphotospace.meta.Reader

public class Reader
extends java.lang.Object


Constructor Summary
Reader(java.io.File path)
           
Reader(java.lang.String filename)
           
 
Method Summary
 java.lang.String getDump()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reader

public Reader(java.lang.String filename)
       throws java.io.IOException,
              com.drew.imaging.jpeg.JpegProcessingException

Reader

public Reader(java.io.File path)
       throws java.io.IOException,
              com.drew.imaging.jpeg.JpegProcessingException
Method Detail

getDump

public java.lang.String getDump()
                         throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception