Uses of Class
com.caucho.vfs.DatastoreFile

Packages that use DatastoreFile
com.caucho.vfs Resin's Virtual File System. 
 

Uses of DatastoreFile in com.caucho.vfs
 

Methods in com.caucho.vfs that return DatastoreFile
 DatastoreFile DatastorePath.getDatastoreFile()
           
static DatastoreFile DatastorePath.getFile(java.lang.String name)
           
 

Constructors in com.caucho.vfs with parameters of type DatastoreFile
DatastoreInputStream(DatastoreFile file)
           
DatastoreOutputStream(DatastoreFile file)
           
DatastoreRandomAccessFile(DatastoreFile file)