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

Packages that use AFileImpl
seda.sandStorm.lib.aDisk   
 

Uses of AFileImpl in seda.sandStorm.lib.aDisk
 

Subclasses of AFileImpl in seda.sandStorm.lib.aDisk
(package private)  class AFileTPImpl
          This is an implementation of AFile which uses a pool of threads which perform blocking I/O (through the java.io.RandomAccessFile class) on files.
 

Methods in seda.sandStorm.lib.aDisk that return AFileImpl
(package private)  AFileImpl AFile.getImpl()
          Returns the implementation-specific object representing this AFile.
(package private)  AFileImpl AFileRequest.getImpl()