Class ICCProfile


  • final class ICCProfile
    extends Application
    ICCProfile.
    Version:
    $Id: ICCProfile.java,v 1.0 22/08/16 harald.kuhr Exp$
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ICCProfile​(byte[] data)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ICCProfile 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

      • ICCProfile

        private ICCProfile​(byte[] data)
    • Method Detail

      • read

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