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
Fields in com.github.jaiimageio.stream declared as StreamSegmentMethods in com.github.jaiimageio.stream that return StreamSegmentModifier and TypeMethodDescriptionSectorStreamSegmentMapper.getStreamSegment
(long position, int length) StreamSegmentMapper.getStreamSegment
(long pos, int length) Returns aStreamSegment
object indicating the location of the initial portion of a desired segment in the source stream.StreamSegmentMapperImpl.getStreamSegment
(long position, int length) Methods in com.github.jaiimageio.stream with parameters of type StreamSegmentModifier and TypeMethodDescriptionvoid
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)