public abstract class DataReader
extends java.lang.Object
Constructor and Description |
---|
DataReader(TiffDirectory directory,
PhotometricInterpreter photometricInterpreter,
int[] bitsPerSample,
int predictor,
int samplesPerPixel,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
abstract void |
readImageData(ImageBuilder imageBuilder) |
abstract java.awt.image.BufferedImage |
readImageData(java.awt.Rectangle subImage) |
public DataReader(TiffDirectory directory, PhotometricInterpreter photometricInterpreter, int[] bitsPerSample, int predictor, int samplesPerPixel, int width, int height)
public abstract void readImageData(ImageBuilder imageBuilder) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
public abstract java.awt.image.BufferedImage readImageData(java.awt.Rectangle subImage) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"