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 aStreamSegmentobject 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 TypeMethodDescriptionvoidSectorStreamSegmentMapper.getStreamSegment(long position, int length, StreamSegment seg) voidStreamSegmentMapper.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.voidStreamSegmentMapperImpl.getStreamSegment(long position, int length, StreamSegment seg)