Uses of Interface
com.github.jaiimageio.stream.StreamSegmentMapper
-
Packages that use StreamSegmentMapper Package Description com.github.jaiimageio.stream ProvidesImageInputStream
andImageOutputStream
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 StreamSegmentMapper Modifier and Type Class Description (package private) class
SectorStreamSegmentMapper
An implementation of theStreamSegmentMapper
interface for segments of equal length.(package private) class
StreamSegmentMapperImpl
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 StreamSegmentMapper Modifier and Type Field Description private StreamSegmentMapper
SegmentedImageInputStream. mapper
Constructors in com.github.jaiimageio.stream with parameters of type StreamSegmentMapper Constructor Description SegmentedImageInputStream(javax.imageio.stream.ImageInputStream stream, StreamSegmentMapper mapper)
Constructs aSegmentedImageInputStream
given aImageInputStream
as input and an instance ofStreamSegmentMapper
.
-