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
Constructors in com.github.jaiimageio.stream with parameters of type StreamSegmentMapperModifierConstructorDescriptionSegmentedImageInputStream(ImageInputStream stream, StreamSegmentMapper mapper) Constructs aSegmentedImageInputStreamgiven aImageInputStreamas input and an instance ofStreamSegmentMapper.