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) classAn implementation of theStreamSegmentMapperinterface for segments of equal length.(package private) classAn implementation of theStreamSegmentMapperinterface 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 aSegmentedImageInputStreamgiven aImageInputStreamas input and an instance ofStreamSegmentMapper.