ImageDecodeParam
This class is not a committed part of the JAI API. It may be removed or changed in future releases of JAI.
109110111112113114115116117118119
this.storage = new StructuredStorage(stream); readImageContents(); if (param == null) { param = new FPXDecodeParam(); } this.resolution = param.getResolution(); readResolution(); bandOffsets = new int[numChannels];
6465666768697071727374
/* */ { /* 118 */ this.storage = new StructuredStorage(stream); /* */ /* 120 */ readImageContents(); /* 121 */ if (param == null) { /* 122 */ param = new FPXDecodeParam(); /* */ } /* 124 */ this.resolution = param.getResolution(); /* 125 */ readResolution(); /* */ /* 127 */ this.bandOffsets = new int[this.numChannels];