Uses of Class
seda.sandStorm.lib.aDisk.AFile

Packages that use AFile
seda.sandStorm.lib.aDisk   
 

Uses of AFile in seda.sandStorm.lib.aDisk
 

Fields in seda.sandStorm.lib.aDisk declared as AFile
(package private)  AFile AFileRequest.afile
           
 AFile AFileStat.afile
          The AFile corresponding to this AFileStat.
 

Methods in seda.sandStorm.lib.aDisk that return AFile
 AFile AFileCompletion.getFile()
          Return the AFile object associated with this completion.
(package private)  AFile AFileRequest.getFile()
           
 

Constructors in seda.sandStorm.lib.aDisk with parameters of type AFile
AFileCloseRequest(AFile afile, SinkIF compQ)
           
AFileFlushRequest(AFile afile, SinkIF compQ)
           
AFileRequest(AFile afile, SinkIF compQ)
           
AFileTPImpl(AFile afile, java.lang.String fname, SinkIF compQ, boolean create, boolean readOnly, AFileTPTM tm)
          Create an AFileTPIMpl with the given AFile, filename, completion queue, create/readOnly flags, and Thread Manager.