Uses of Interface
adams.data.io.input.InputStreamImageReader
-
Packages that use InputStreamImageReader Package Description adams.data.conversion adams.data.io.input -
-
Uses of InputStreamImageReader in adams.data.conversion
Fields in adams.data.conversion declared as InputStreamImageReader Modifier and Type Field Description protected InputStreamImageReader
ByteArrayToImageContainer. m_Reader
the reader to use.Methods in adams.data.conversion that return InputStreamImageReader Modifier and Type Method Description InputStreamImageReader
ByteArrayToImageContainer. getReader()
Returns the image reader to use.Methods in adams.data.conversion with parameters of type InputStreamImageReader Modifier and Type Method Description void
ByteArrayToImageContainer. setReader(InputStreamImageReader value)
Sets the image reader to use. -
Uses of InputStreamImageReader in adams.data.io.input
Classes in adams.data.io.input that implement InputStreamImageReader Modifier and Type Class Description class
ApacheCommonsImageReader
Apache Commons image reader for: bmp, gif, ico, pbm, pgm, png, pnm, ppm, psd, tif, tiff
class
JAIImageReader
Java Advanced Imaging (JAI) image reader for: jpg, bmp, gif, png, jpeg, wbmp
class
PNGImageReader
Reads images in PNG format.
-