Uses of Class
com.github.jaiimageio.stream.StreamSegment
-
Packages that use StreamSegment Package Description com.github.jaiimageio.stream ProvidesImageInputStream
andImageOutputStream
classes for use with the Java Image I/O Framework. -
-
Uses of StreamSegment in com.github.jaiimageio.stream
Fields in com.github.jaiimageio.stream declared as StreamSegment Modifier and Type Field Description private StreamSegment
SegmentedImageInputStream. streamSegment
Methods in com.github.jaiimageio.stream that return StreamSegment Modifier and Type Method Description StreamSegment
SectorStreamSegmentMapper. getStreamSegment(long position, int length)
StreamSegment
StreamSegmentMapper. getStreamSegment(long pos, int length)
Returns aStreamSegment
object indicating the location of the initial portion of a desired segment in the source stream.StreamSegment
StreamSegmentMapperImpl. getStreamSegment(long position, int length)
Methods in com.github.jaiimageio.stream with parameters of type StreamSegment Modifier and Type Method Description void
SectorStreamSegmentMapper. getStreamSegment(long position, int length, StreamSegment seg)
void
StreamSegmentMapper. getStreamSegment(long pos, int length, StreamSegment seg)
Sets the values of aStreamSegment
object indicating the location of the initial portion of a desired segment in the source stream.void
StreamSegmentMapperImpl. getStreamSegment(long position, int length, StreamSegment seg)
-