Uses of Class
com.sun.media.imageio.stream.StreamSegment
Packages that use StreamSegment
Package
Description
Provides
ImageInputStream and ImageOutputStream
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 StreamSegmentModifier and TypeMethodDescriptionStreamSegmentMapper.getStreamSegment(long pos, int length) Returns aStreamSegmentobject 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 StreamSegmentModifier and TypeMethodDescriptionvoidStreamSegmentMapper.getStreamSegment(long pos, int length, StreamSegment seg) Sets the values of aStreamSegmentobject indicating the location of the initial portion of a desired segment in the source stream.