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 PSDImageResource
id, name, size -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Directory(package private) final void(package private) abstract Directoryprotected voidreadData(ImageInputStream pInput) This default implementation simply skips the data.toString()Methods inherited from class 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:PSDImageResourceThis default implementation simply skips the data.- Overrides:
readDatain classPSDImageResource- Parameters:
pInput- the input- Throws:
IOException- if an I/O exception occurs
-
parseDirectory
- Throws:
IOException
-
initDirectory
- Throws:
IOException
-
getDirectory
Directory getDirectory() -
toString
- Overrides:
toStringin classPSDImageResource
-