Uses of Interface
com.github.jaiimageio.stream.StreamSegmentMapper
-
Packages that use StreamSegmentMapper Package Description com.github.jaiimageio.stream ProvidesImageInputStreamandImageOutputStreamclasses 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) classSectorStreamSegmentMapperAn implementation of theStreamSegmentMapperinterface for segments of equal length.(package private) classStreamSegmentMapperImplAn 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 StreamSegmentMapper Modifier and Type Field Description private StreamSegmentMapperSegmentedImageInputStream. mapperConstructors in com.github.jaiimageio.stream with parameters of type StreamSegmentMapper Constructor Description SegmentedImageInputStream(javax.imageio.stream.ImageInputStream stream, StreamSegmentMapper mapper)Constructs aSegmentedImageInputStreamgiven aImageInputStreamas input and an instance ofStreamSegmentMapper.
-