Uses of Class
org.apache.commons.vfs.provider.ram.RamFileObject

Packages that use RamFileObject
org.apache.commons.vfs.provider.ram The RAM File Provider. 
 

Uses of RamFileObject in org.apache.commons.vfs.provider.ram
 

Fields in org.apache.commons.vfs.provider.ram declared as RamFileObject
protected  RamFileObject RamFileOutputStream.file
          File
 

Methods in org.apache.commons.vfs.provider.ram with parameters of type RamFileObject
 void RamFileSystem.attach(RamFileObject fo)
           
 

Constructors in org.apache.commons.vfs.provider.ram with parameters of type RamFileObject
RamFileOutputStream(RamFileObject file)
           
RamFileRandomAccessContent(RamFileObject file, RandomAccessMode mode)