Class PSDVersionInfo
java.lang.Object
com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
com.twelvemonkeys.imageio.plugins.psd.PSDVersionInfo
PSDVersionInfo
- Version:
- $Id: PSDVersionInfo.java,v 1.0 Nov 6, 2009 1:02:19 PM haraldk Exp$
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) boolean
(package private) String
(package private) int
(package private) String
Fields 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()
Methods inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
read, resourceTypeForId, toStringBuilder
-
Field Details
-
Constructor Details
-
PSDVersionInfo
PSDVersionInfo(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
-
toString
- Overrides:
toString
in classPSDImageResource
-