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
RamFileRandomAccessContent(RamFileObject file, RandomAccessMode mode)
           
RamFileOutputStream(RamFileObject file)
           
 



Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.