Class UncompressedDataReader
java.lang.Object
org.apache.commons.imaging.formats.psd.datareaders.UncompressedDataReader
- All Implemented Interfaces:
DataReader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
readData
(InputStream is, BufferedImage bi, PsdImageContents imageContents, BinaryFileParser bfp)
-
Field Details
-
dataParser
-
-
Constructor Details
-
UncompressedDataReader
-
-
Method Details
-
readData
public void readData(InputStream is, BufferedImage bi, PsdImageContents imageContents, BinaryFileParser bfp) throws ImageReadException, IOException - Specified by:
readData
in interfaceDataReader
- Throws:
ImageReadException
IOException
-