/* */ public EncodedImage getImage()
/* */ throws QTException
/* */ {
/* 115 */ int i = this.mGraphicsImporter.getDataOffset();
/* 116 */ int j = this.mGraphicsImporter.getDataSize();
/* 117 */ RawEncodedImage localRawEncodedImage = new RawEncodedImage(j, true);
/* */
/* 119 */ this.mGraphicsImporter.readData(localRawEncodedImage, i, j);
/* 120 */ return localRawEncodedImage;
/* */ }