Uses of Class
com.github.jaiimageio.stream.RawImageInputStream
-
Packages that use RawImageInputStream Package Description com.github.jaiimageio.impl.plugins.raw -
-
Uses of RawImageInputStream in com.github.jaiimageio.impl.plugins.raw
Fields in com.github.jaiimageio.impl.plugins.raw declared as RawImageInputStream Modifier and Type Field Description private RawImageInputStream
RawImageReader. iis
The input stream where reads fromprivate RawImageInputStream
RawRenderedImage. iis
The input stream we read fromConstructors in com.github.jaiimageio.impl.plugins.raw with parameters of type RawImageInputStream Constructor Description RawRenderedImage(RawImageInputStream iis, RawImageReader reader, javax.imageio.ImageReadParam param, int imageIndex)
-