Interface DataReader
- All Known Implementing Classes:
- CompressedDataReader,- UncompressedDataReader
public interface DataReader
- 
Method SummaryModifier and TypeMethodDescriptionvoidreadData(InputStream is, BufferedImage bi, PsdImageContents imageContents, BinaryFileParser bfp) 
- 
Method Details- 
readDatavoid readData(InputStream is, BufferedImage bi, PsdImageContents imageContents, BinaryFileParser bfp) throws ImagingException, IOException - Throws:
- ImagingException
- IOException
 
 
-