Uses of Package
com.github.jaiimageio.stream
Packages that use com.github.jaiimageio.stream
Package
Description
Provides
ImageInputStream
and ImageOutputStream
classes for use with the Java Image I/O Framework.-
Classes in com.github.jaiimageio.stream used by com.github.jaiimageio.impl.plugins.rawClassDescriptionThis class defines the content of the
ImageInputStream
containing several raw images with the same image type: the number of the images, the image type, the offset for the first sample of each image, and the image size information. -
Classes in com.github.jaiimageio.stream used by com.github.jaiimageio.streamClassDescriptionA utility class representing a segment within a stream as a
long
starting position and anint
length.An interface for use with theSegmentedImageInputStream
class.