Simulates an actual directory on disk with in-memory storage. More...
Public Member Functions | |
VirtualFileMountRamdisk () | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
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.
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from VirtualFileMount.