Uses of Class
com.caucho.vfs.DatastoreRandomAccessFile

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

Uses of DatastoreRandomAccessFile in com.caucho.vfs
 

Methods in com.caucho.vfs that return DatastoreRandomAccessFile
 DatastoreRandomAccessFile DatastoreRandomAccessStream.getRandomAccessFile()
           
 

Constructors in com.caucho.vfs with parameters of type DatastoreRandomAccessFile
DatastoreRandomAccessInputStream(DatastoreRandomAccessFile file)
           
DatastoreRandomAccessOutputStream(DatastoreRandomAccessFile file)
           
DatastoreRandomAccessStream(DatastoreRandomAccessFile file)