Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.ydp.jai.StreamSegmentMapper

Uses of StreamSegmentMapper in org.ydp.jai
 

Classes in org.ydp.jai that implement StreamSegmentMapper
(package private)  class SectorStreamSegmentMapper
          An implementation of the StreamSegmentMapper interface for segments of equal length.
(package private)  class StreamSegmentMapperImpl
          An implementation of the StreamSegmentMapper interface that requires an explicit list of the starting locations and lengths of the source segments.
 

Fields in org.ydp.jai declared as StreamSegmentMapper
private  StreamSegmentMapper SegmentedSeekableStream.mapper
           
 

Constructors in org.ydp.jai with parameters of type StreamSegmentMapper
SegmentedSeekableStream(SeekableStream stream, StreamSegmentMapper mapper, boolean canSeekBackwards)
          Constructs a SegmentedSeekableStream given a SeekableStream as input, an instance of StreamSegmentMapper, and a boolean indicating whether the output SegmentedSeekableStream should support seeking backwards.