Uses of Class
com.github.jaiimageio.stream.StreamSegment
-
Packages that use StreamSegment Package Description com.github.jaiimageio.stream ProvidesImageInputStreamandImageOutputStreamclasses 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 StreamSegment Modifier and Type Field Description private StreamSegmentSegmentedImageInputStream. streamSegmentMethods in com.github.jaiimageio.stream that return StreamSegment Modifier and Type Method Description StreamSegmentSectorStreamSegmentMapper. getStreamSegment(long position, int length)StreamSegmentStreamSegmentMapper. getStreamSegment(long pos, int length)Returns aStreamSegmentobject indicating the location of the initial portion of a desired segment in the source stream.StreamSegmentStreamSegmentMapperImpl. getStreamSegment(long position, int length)Methods in com.github.jaiimageio.stream with parameters of type StreamSegment Modifier and Type Method Description voidSectorStreamSegmentMapper. 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)
-