/* */
/* */ public RenderedImage decodeAsRenderedImage(int page) throws IOException {
/* 42 */ if (page != 0) {
/* 43 */ throw new IOException(JaiI18N.getString("FPXImageDecoder0"));
/* */ }
/* 45 */ return new FPXImage(this.input, (FPXDecodeParam)this.param);
/* */ }