Package | Description |
---|---|
com.sun.media.imageio.stream |
Provides
ImageInputStream and ImageOutputStream
classes for use with the Java Image I/O Framework. |
Modifier and Type | Field and Description |
---|---|
private StreamSegment |
SegmentedImageInputStream.streamSegment |
Modifier and Type | Method and Description |
---|---|
StreamSegment |
SectorStreamSegmentMapper.getStreamSegment(long position,
int length) |
StreamSegment |
StreamSegmentMapperImpl.getStreamSegment(long position,
int length) |
StreamSegment |
StreamSegmentMapper.getStreamSegment(long pos,
int length)
Returns a
StreamSegment object indicating the
location of the initial portion of a desired segment in the
source stream. |
Modifier and Type | Method and Description |
---|---|
void |
SectorStreamSegmentMapper.getStreamSegment(long position,
int length,
StreamSegment seg) |
void |
StreamSegmentMapperImpl.getStreamSegment(long position,
int length,
StreamSegment seg) |
void |
StreamSegmentMapper.getStreamSegment(long pos,
int length,
StreamSegment seg)
Sets the values of a
StreamSegment object
indicating the location of the initial portion of a desired
segment in the source stream. |
Copyright © 2015 Open Microscopy Environment