InputStream is = null;
boolean canThrow = false;
try {
is = getInputStream(byteSource, PSD_SECTION_IMAGE_DATA);
fDataReader.readData(is, result, imageContents, this);
canThrow = true;
// is.
// ImageContents imageContents = readImageContents(is);
// return imageContents;