Package | Description |
---|---|
com.sun.media.imageio.stream |
Provides
ImageInputStream and ImageOutputStream
classes for use with the Java Image I/O Framework. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
SectorStreamSegmentMapper
An implementation of the
StreamSegmentMapper interface
for segments of equal length. |
(package private) class |
StreamSegmentMapperImpl
An implementation of the
StreamSegmentMapper interface
that requires an explicit list of the starting locations and
lengths of the source segments. |
Modifier and Type | Field and Description |
---|---|
private StreamSegmentMapper |
SegmentedImageInputStream.mapper |
Constructor and Description |
---|
SegmentedImageInputStream(ImageInputStream stream,
StreamSegmentMapper mapper)
Constructs a
SegmentedImageInputStream
given a ImageInputStream as input
and an instance of StreamSegmentMapper . |
Copyright © 2017 Open Microscopy Environment