Uses of Class
com.github.jaiimageio.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.github.jaiimageio.stream
Methods in com.github.jaiimageio.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.github.jaiimageio.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.