ImageDecodeParam
This class is not a committed part of the JAI API. It may be removed or changed in future releases of JAI.
103104105106107108109110111112113
this.storage = new StructuredStorage(stream); readImageContents(); if (param == null) { param = new FPXDecodeParam(); } this.resolution = param.getResolution(); readResolution(); bandOffsets = new int[numChannels];