Uses of Class
org.apache.commons.vfs2.provider.ram.RamFileSystem
Packages that use RamFileSystem
-
Uses of RamFileSystem in org.apache.commons.vfs2.provider.ram
Subclasses with type arguments of type RamFileSystem in org.apache.commons.vfs2.provider.ramModifier and TypeClassDescriptionclass
A RAM File contains a single RAM FileData instance, it provides methods to access the data by implementing FileObject interface.Constructors in org.apache.commons.vfs2.provider.ram with parameters of type RamFileSystemModifierConstructorDescriptionprotected
RamFileObject
(AbstractFileName fileName, RamFileSystem fileSystem) Constructs a new instance.