Uses of Class
org.apache.commons.vfs2.provider.ram.RamFileObject
-
Packages that use RamFileObject Package Description org.apache.commons.vfs2.provider.ram The RAM File Provider. -
-
Uses of RamFileObject in org.apache.commons.vfs2.provider.ram
Fields in org.apache.commons.vfs2.provider.ram declared as RamFileObject Modifier and Type Field Description protected RamFileObject
RamFileOutputStream. file
File.Methods in org.apache.commons.vfs2.provider.ram with parameters of type RamFileObject Modifier and Type Method Description void
RamFileSystem. attach(RamFileObject fo)
Constructors in org.apache.commons.vfs2.provider.ram with parameters of type RamFileObject Constructor Description RamFileOutputStream(RamFileObject file)
RamFileRandomAccessContent(RamFileObject file, RandomAccessMode mode)
-