Interface RMImageData.ImageReader
- All Known Implementing Classes:
- RMImageReader,- RMPDFImageReader
- Enclosing class:
- RMImageData
public static interface RMImageData.ImageReader
An interface for classes that can handle image reading for RMImageData.
- 
Method SummaryModifier and TypeMethodDescriptionvoidreadBasicInfo(RMImageData anImageData) Reads basic image info (width, height, etc.) without parsing the whole image file, if possible.voidReads the image bytes decoded.readImage(RMImageData anImageData) Reads the image file as a buffered image.
- 
Method Details- 
readBasicInfoReads basic image info (width, height, etc.) without parsing the whole image file, if possible.
- 
readImageReads the image file as a buffered image.
- 
readBytesDecodedvoid readBytesDecoded()Reads the image bytes decoded.
 
-