Class ICCProfile
java.lang.Object
com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
com.twelvemonkeys.imageio.plugins.psd.ICCProfile
ICCProfile
- Version:
- $Id: ICCProfile.java,v 1.0 May 20, 2008 6:24:10 PM haraldk Exp$
-
Field Summary
FieldsFields inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
id, name, size
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
readData
(ImageInputStream pInput) This default implementation simply skips the data.toString()
(package private) static void
writeData
(ImageOutputStream output, ICC_Profile profile) Methods inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
read, resourceTypeForId, toStringBuilder
-
Field Details
-
profile
-
-
Constructor Details
-
ICCProfile
ICCProfile(short pId, ImageInputStream pInput) throws IOException - Throws:
IOException
-
-
Method Details
-
readData
Description copied from class:PSDImageResource
This default implementation simply skips the data.- Overrides:
readData
in classPSDImageResource
- Parameters:
pInput
- the input- Throws:
IOException
- if an I/O exception occurs
-
writeData
- Throws:
IOException
-
getProfile
-
toString
- Overrides:
toString
in classPSDImageResource
-