Uses of Class
com.github.jaiimageio.jpeg2000.impl.J2KImageReadParamJava
-
Packages that use J2KImageReadParamJava Package Description com.github.jaiimageio.jpeg2000.impl jj2000.j2k.codestream.reader jj2000.j2k.roi -
-
Uses of J2KImageReadParamJava in com.github.jaiimageio.jpeg2000.impl
Constructors in com.github.jaiimageio.jpeg2000.impl with parameters of type J2KImageReadParamJava Constructor Description J2KReadState(ImageInputStream iis, J2KImageReadParamJava param, J2KImageReader reader)ConstructsJ2KReadState.J2KReadState(ImageInputStream iis, J2KImageReadParamJava param, J2KMetadata metadata, J2KImageReader reader)ConstructsJ2KReadState.J2KRenderedImage(ImageInputStream iis, J2KImageReadParamJava param, J2KImageReader reader)J2KRenderedImage(ImageInputStream iis, J2KImageReadParamJava param, J2KMetadata metadata, J2KImageReader reader) -
Uses of J2KImageReadParamJava in jj2000.j2k.codestream.reader
Methods in jj2000.j2k.codestream.reader with parameters of type J2KImageReadParamJava Modifier and Type Method Description EntropyDecoderHeaderDecoder. createEntropyDecoder(CodedCBlkDataSrcDec src, J2KImageReadParamJava j2krparam)Creates and returns the entropy decoder corresponding to the information read from the codestream header and with the special additional parameters from the parameter list.static BitstreamReaderAgentBitstreamReaderAgent. createInstance(RandomAccessIO in, HeaderDecoder hd, J2KImageReadParamJava j2krparam, DecoderSpecs decSpec, boolean cdstrInfo, HeaderInfo hi)Creates a bit stream reader of the correct type that works on the provided RandomAccessIO, with the special parameters from the parameter list.ROIDeScalerHeaderDecoder. createROIDeScaler(CBlkQuantDataSrcDec src, J2KImageReadParamJava j2krparam, DecoderSpecs decSpec2)Creates and returns the ROIDeScaler corresponding to the information read from the codestream header and with the special additional parameters from the parameter list.Constructors in jj2000.j2k.codestream.reader with parameters of type J2KImageReadParamJava Constructor Description FileBitstreamReaderAgent(HeaderDecoder hd, RandomAccessIO ehs, DecoderSpecs decSpec, J2KImageReadParamJava j2krparam, boolean cdstrInfo, HeaderInfo hi)Reads all tiles headers and keep offset of their first packet.HeaderDecoder(RandomAccessIO ehs, J2KImageReadParamJava j2krparam, HeaderInfo hi)Creates a HeaderDecoder instance and read in two passes the main header of the codestream. -
Uses of J2KImageReadParamJava in jj2000.j2k.roi
Methods in jj2000.j2k.roi with parameters of type J2KImageReadParamJava Modifier and Type Method Description static ROIDeScalerROIDeScaler. createInstance(CBlkQuantDataSrcDec src, J2KImageReadParamJava j2krparam, DecoderSpecs decSpec)Creates a ROIDeScaler object.
-