VirtualFileMountRamdisk

class VirtualFileMountRamdisk

Bases: VirtualFileMount

Simulates an actual directory on disk with in-memory storage. This is useful mainly for performing high level functions that expect disk I/O without actually writing files to disk. Naturally, there are significant limits to the size of the files that may be written with this system; and “files” written here are not automatically persistent between sessions.

Inheritance diagram

Inheritance diagram of VirtualFileMountRamdisk

VirtualFileMountRamdisk(void)
static TypeHandle get_class_type(void)