Data operations deal with data stored in files in the filesystem.
fakefs does not perform data operations on files; instead, fakefs
copies a physical file from the virtual filesystem to a physical
filesystem cache (see section
), where it can be
accessed using the host OS facilities for manipulating data in files.
After the file is closed, or when explicitly synchronized, fakefs
re-inserts the physical file back into the virtual filesystem.