Class EXIFWriter


  • public final class EXIFWriter
    extends MetadataWriter
    Deprecated.
    Use com.twelvemonkeys.imageio.metadata.tiff.TIFFWriter instead.
    EXIFWriter
    Version:
    $Id: EXIFWriter.java,v 1.0 17.07.13 10:20 haraldk Exp$
    Author:
    Harald Kuhr, last modified by $Author: haraldk$
    • Constructor Summary

      Constructors 
      Constructor Description
      EXIFWriter()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean write​(Directory directory, javax.imageio.stream.ImageOutputStream stream)
      Deprecated.
       
      boolean write​(java.util.Collection<Entry> entries, javax.imageio.stream.ImageOutputStream stream)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EXIFWriter

        public EXIFWriter()
        Deprecated.
    • Method Detail

      • write

        public boolean write​(Directory directory,
                             javax.imageio.stream.ImageOutputStream stream)
                      throws java.io.IOException
        Deprecated.
        Specified by:
        write in class MetadataWriter
        Throws:
        java.io.IOException
      • write

        public boolean write​(java.util.Collection<Entry> entries,
                             javax.imageio.stream.ImageOutputStream stream)
                      throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException