PhotometricInterpreter photometricInterpreter,
int bitsPerPixel, int bitsPerSample[], int predictor,
int samplesPerPixel, int width, int height, int compression)
throws IOException, ImageReadException
{
return new DataReaderTiled(photometricInterpreter, tileWidth,
tileLength, bitsPerPixel, bitsPerSample, predictor,
samplesPerPixel, width, height, compression, this);
}