Class PSDDirectoryResource
java.lang.Object
com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
com.twelvemonkeys.imageio.plugins.psd.PSDDirectoryResource
- Direct Known Subclasses:
PSDEXIF1Data
,PSDIPTCData
,PSDXMPData
PSDDirectoryResource
-
Field Summary
FieldsFields inherited from class com.twelvemonkeys.imageio.plugins.psd.PSDImageResource
id, name, size
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Directory
(package private) final void
(package private) abstract Directory
protected 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
-
data
byte[] data -
directory
-
-
Constructor Details
-
PSDDirectoryResource
PSDDirectoryResource(short resourceId, ImageInputStream input) 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
-
parseDirectory
- Throws:
IOException
-
initDirectory
- Throws:
IOException
-
getDirectory
Directory getDirectory() -
toString
- Overrides:
toString
in classPSDImageResource
-