Uses of Class
com.sun.media.imageio.stream.StreamSegment
-
Packages that use StreamSegment Package Description com.sun.media.imageio.stream ProvidesImageInputStream
andImageOutputStream
classes for use with the Java Image I/O Framework. -
-
Uses of StreamSegment in com.sun.media.imageio.stream
Methods in com.sun.media.imageio.stream that return StreamSegment Modifier and Type Method Description 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.Methods in com.sun.media.imageio.stream with parameters of type StreamSegment Modifier and Type Method Description 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.
-