seda.sandStorm.lib.aDisk
Class AFileSeekRequest

java.lang.Object
  extended by seda.sandStorm.lib.aDisk.AFileRequest
      extended by seda.sandStorm.lib.aDisk.AFileSeekRequest
All Implemented Interfaces:
QueueElementIF

public class AFileSeekRequest
extends AFileRequest

A request to seek to the given offset of the given file.


Field Summary
(package private)  int offset
           
 
Fields inherited from class seda.sandStorm.lib.aDisk.AFileRequest
afile, compQ
 
Constructor Summary
AFileSeekRequest(int offset, SinkIF compQ)
          Seek to the given offset.
 
Method Summary
 
Methods inherited from class seda.sandStorm.lib.aDisk.AFileRequest
complete, getCompQ, getFile, getImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offset

int offset
Constructor Detail

AFileSeekRequest

public AFileSeekRequest(int offset,
                        SinkIF compQ)
Seek to the given offset. When the seek has completed, a completion event will be posted to the given queue.