seda.sandStorm.lib.aDisk
Class AFileSeekRequest

java.lang.Object
  extended byseda.sandStorm.lib.aDisk.AFileRequest
      extended byseda.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.

Author:
Matt Welsh

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.
 
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.