Class EXIF


  • final class EXIF
    extends Application
    An EXIF segment.
    Version:
    $Id: JFIFSegment.java,v 1.0 23.04.12 16:52 haraldk Exp$
    • Constructor Summary

      Constructors 
      Constructor Description
      EXIF​(byte[] data)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) javax.imageio.stream.ImageInputStream exifData()  
      static EXIF read​(java.io.DataInput data, int length)  
      java.lang.String toString()  
      • Methods inherited from class com.twelvemonkeys.imageio.plugins.jpeg.Segment

        read
      • Methods inherited from class java.lang.Object

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

      • EXIF

        EXIF​(byte[] data)
    • Method Detail

      • exifData

        javax.imageio.stream.ImageInputStream exifData()
      • read

        public static EXIF read​(java.io.DataInput data,
                                int length)
                         throws java.io.IOException
        Throws:
        java.io.IOException