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 RawImageInputStreamRawImageReader. iisThe input stream where reads fromprivate RawImageInputStreamRawRenderedImage. iisThe 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)
-