Base for UNIX file system implementations. More...
#include <ufs_file.h>


Public Member Functions | |
| stxxl::int64 | size () |
| Returns size of the file. | |
| void | set_size (stxxl::int64 newsize) |
| Changes the size of the file. | |
| void | lock () |
| Locks file for reading and writing. | |
Base for UNIX file system implementations.
| void ufs_file_base::lock | ( | ) | [virtual] |
Locks file for reading and writing.
Reimplemented from file.
| void ufs_file_base::set_size | ( | stxxl::int64 | newsize | ) | [virtual] |
| stxxl::int64 ufs_file_base::size | ( | ) | [virtual] |
1.7.1