Class ICCProfile
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.jpeg.Segment
-
- com.twelvemonkeys.imageio.plugins.jpeg.Application
-
- com.twelvemonkeys.imageio.plugins.jpeg.ICCProfile
-
final class ICCProfile extends Application
ICCProfile.- Version:
- $Id: ICCProfile.java,v 1.0 22/08/16 harald.kuhr Exp$
-
-
Field Summary
-
Fields inherited from class com.twelvemonkeys.imageio.plugins.jpeg.Application
data, identifier
-
-
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.Application
data, read
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classApplication
-
read
public static ICCProfile read(java.io.DataInput data, int length) throws java.io.IOException
- Throws:
java.io.IOException
-
-