#include <marshal.h>
Inheritance diagram for FileStorage:

Public Member Functions | |
| FileStorage () | |
| FileStorage (const QString &name) | |
| int | read (char *buf, uint size) |
| int | write (const char *buf, uint size) |
Definition at line 28 of file marshal.h.
| int FileStorage::read | ( | char * | buf, | |
| uint | size | |||
| ) | [inline, virtual] |
Read size bytes from the store into buf.
Implements StorageIntf.
| int FileStorage::write | ( | const char * | buf, | |
| uint | size | |||
| ) | [inline, virtual] |
Write size bytes from buf into the store.
Implements StorageIntf.
1.5.1