Uses of Interface
com.github.jaiimageio.stream.StreamSegmentMapper
Packages that use StreamSegmentMapper
Package
Description
Provides
ImageInputStream
and ImageOutputStream
classes for use with the Java Image I/O Framework.-
Uses of StreamSegmentMapper in com.github.jaiimageio.stream
Classes in com.github.jaiimageio.stream that implement StreamSegmentMapperModifier and TypeClassDescription(package private) class
An implementation of theStreamSegmentMapper
interface for segments of equal length.(package private) class
An implementation of theStreamSegmentMapper
interface that requires an explicit list of the starting locations and lengths of the source segments.Fields in com.github.jaiimageio.stream declared as StreamSegmentMapperConstructors in com.github.jaiimageio.stream with parameters of type StreamSegmentMapperModifierConstructorDescriptionSegmentedImageInputStream
(ImageInputStream stream, StreamSegmentMapper mapper) Constructs aSegmentedImageInputStream
given aImageInputStream
as input and an instance ofStreamSegmentMapper
.