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 TypeClassDescriptionclassA 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 RamFileSystemModifierConstructorDescriptionprotectedRamFileObject(AbstractFileName fileName, RamFileSystem fileSystem) Constructs a new instance.