FileStorage Class Reference

#include <marshal.h>

Inheritance diagram for FileStorage:

StorageIntf List of all members.

Public Member Functions

 FileStorage ()
 FileStorage (const QString &name)
int read (char *buf, uint size)
int write (const char *buf, uint size)

Detailed Description

Definition at line 28 of file marshal.h.


Constructor & Destructor Documentation

FileStorage::FileStorage (  )  [inline]

Definition at line 31 of file marshal.h.

FileStorage::FileStorage ( const QString &  name  )  [inline]

Definition at line 32 of file marshal.h.


Member Function Documentation

int FileStorage::read ( char *  buf,
uint  size 
) [inline, virtual]

Read size bytes from the store into buf.

Implements StorageIntf.

Definition at line 33 of file marshal.h.

int FileStorage::write ( const char *  buf,
uint  size 
) [inline, virtual]

Write size bytes from buf into the store.

Implements StorageIntf.

Definition at line 34 of file marshal.h.


The documentation for this class was generated from the following file:



Generated on Mon Mar 31 10:58:59 2008 by  doxygen 1.5.1