com.twelvemonkeys.imageio.metadata.exif
Class EXIFReader

java.lang.Object
  extended by com.twelvemonkeys.imageio.metadata.MetadataReader
      extended by com.twelvemonkeys.imageio.metadata.exif.EXIFReader

public final class EXIFReader
extends MetadataReader

EXIFReader

Version:
$Id: EXIFReader.java,v 1.0 Nov 13, 2009 5:42:51 PM haraldk Exp$
Author:
Harald Kuhr, last modified by $Author: haraldk$

Nested Class Summary
static class EXIFReader.HexDump
           
 
Constructor Summary
EXIFReader()
           
 
Method Summary
static void main(String[] args)
           
 Directory read(ImageInputStream input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EXIFReader

public EXIFReader()
Method Detail

read

public Directory read(ImageInputStream input)
               throws IOException
Specified by:
read in class MetadataReader
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 2015. All Rights Reserved.