Uses of Class
org.apache.commons.vfs2.provider.ram.RamFileObject
Packages that use RamFileObject
-
Uses of RamFileObject in org.apache.commons.vfs2.provider.ram
Fields in org.apache.commons.vfs2.provider.ram declared as RamFileObjectMethods in org.apache.commons.vfs2.provider.ram with parameters of type RamFileObjectModifier and TypeMethodDescriptionvoid
RamFileSystem.attach
(RamFileObject ramFileObject) Attaches this instance to the given RamFileObject.Constructors in org.apache.commons.vfs2.provider.ram with parameters of type RamFileObjectModifierConstructorDescriptionConstructs a new instance.RamFileRandomAccessContent
(RamFileObject file, RandomAccessMode mode) Constructs a new instance.