Class PSDImageResource
java.lang.Object
com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
- Direct Known Subclasses:
ICCProfile, PSDAlphaChannelInfo, PSDDirectoryResource, PSDDisplayInfo, PSDGridAndGuideInfo, PSDPathResource, PSDPixelAspectRatio, PSDPrintFlags, PSDPrintFlagsInformation, PSDPrintScale, PSDResolutionInfo, PSDThumbnail, PSDUnicodeAlphaNames, PSDVersionInfo
PSDImageResource
- Version:
- $Id: PSDImageResource.java,v 1.0 Apr 29, 2008 5:49:06 PM haraldk Exp$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PSDImageResourceread(ImageInputStream pInput) protected voidreadData(ImageInputStream pInput) This default implementation simply skips the data.(package private) static StringresourceTypeForId(short pId) toString()protected StringBuilder
-
Field Details
-
id
final short id -
name
-
size
final long size
-
-
Constructor Details
-
PSDImageResource
PSDImageResource(short resourceId, ImageInputStream input) throws IOException - Throws:
IOException
-
-
Method Details
-
readData
This default implementation simply skips the data.- Parameters:
pInput- the input- Throws:
IOException- if an I/O exception occurs
-
toString
-
toStringBuilder
-
resourceTypeForId
-
read
- Throws:
IOException
-