Interface RMImageData.ImageReader
- 
- All Known Implementing Classes:
- RMImageReader,- RMPDFImageReader
 - Enclosing class:
- RMImageData
 
 public static interface RMImageData.ImageReaderAn interface for classes that can handle image reading for RMImageData.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreadBasicInfo(RMImageData anImageData)Reads basic image info (width, height, etc.) without parsing the whole image file, if possible.voidreadBytesDecoded()Reads the image bytes decoded.java.awt.image.BufferedImagereadImage(RMImageData anImageData)Reads the image file as a buffered image.
 
- 
- 
- 
Method Detail- 
readBasicInfovoid readBasicInfo(RMImageData anImageData) Reads basic image info (width, height, etc.) without parsing the whole image file, if possible.
 - 
readImagejava.awt.image.BufferedImage readImage(RMImageData anImageData) Reads the image file as a buffered image.
 - 
readBytesDecodedvoid readBytesDecoded() Reads the image bytes decoded.
 
- 
 
-