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