Uses of Interface
org.freehep.record.source.SequentialRecordSource

Packages that use SequentialRecordSource
org.freehep.record.loop   
org.freehep.record.loop.examples This package contains examples on how the org.freehep.record.loop package can be used. 
org.freehep.record.source   
 

Uses of SequentialRecordSource in org.freehep.record.loop
 

Methods in org.freehep.record.loop that return SequentialRecordSource
 SequentialRecordSource SequentialRecordLoopImpl.getRecordSource()
           
 SequentialRecordSource SequentialRecordLoop.getRecordSource()
          Returns the SequentialRecordSource used by this object.
 

Methods in org.freehep.record.loop with parameters of type SequentialRecordSource
 void SequentialRecordLoopImpl.setRecordSource(SequentialRecordSource supplier)
           
 void SequentialRecordLoop.setRecordSource(SequentialRecordSource source)
          Sets this objects SequentialRecordSource to the one that is specified.
 

Constructors in org.freehep.record.loop with parameters of type SequentialRecordSource
SequentialRecordLoopImpl(SequentialRecordSource supplier)
          Create an instance of this class with the specified SequentialRecordSource.
 

Uses of SequentialRecordSource in org.freehep.record.loop.examples
 

Classes in org.freehep.record.loop.examples that implement SequentialRecordSource
 class EchoStrings.LineSupplier
          Class to read in file line by line.
 

Uses of SequentialRecordSource in org.freehep.record.source
 

Subinterfaces of SequentialRecordSource in org.freehep.record.source
 interface AsynchronousRecordSource
          A mixin interface that can be implemented by RecordSource's.
 interface RandomAccessRecordSource
          A record source which (efficiently) supports random access.
 interface TaggedRecordSource
          A record source which allows access to records by record tags.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.