Class ICCProfile
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
-
- com.twelvemonkeys.imageio.plugins.psd.ICCProfile
-
final class ICCProfile extends PSDImageResource
ICCProfile- Version:
- $Id: ICCProfile.java,v 1.0 May 20, 2008 6:24:10 PM haraldk Exp$
-
-
Field Summary
Fields Modifier and Type Field Description private java.awt.color.ICC_Profileprofile-
Fields inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
id, name, size
-
-
Constructor Summary
Constructors Constructor Description ICCProfile(short pId, javax.imageio.stream.ImageInputStream pInput)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.color.ICC_ProfilegetProfile()protected voidreadData(javax.imageio.stream.ImageInputStream pInput)This default implementation simply skips the data.java.lang.StringtoString()(package private) static voidwriteData(javax.imageio.stream.ImageOutputStream output, java.awt.color.ICC_Profile profile)-
Methods inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
read, resourceTypeForId, toStringBuilder
-
-
-
-
Method Detail
-
readData
protected void readData(javax.imageio.stream.ImageInputStream pInput) throws java.io.IOExceptionDescription copied from class:PSDImageResourceThis default implementation simply skips the data.- Overrides:
readDatain classPSDImageResource- Parameters:
pInput- the input- Throws:
java.io.IOException- if an I/O exception occurs
-
writeData
static void writeData(javax.imageio.stream.ImageOutputStream output, java.awt.color.ICC_Profile profile) throws java.io.IOException- Throws:
java.io.IOException
-
getProfile
public java.awt.color.ICC_Profile getProfile()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classPSDImageResource
-
-