KoStoreDevice Class Reference
This class implements a QIODevice around KoStore, so that it can be used to create a QDomDocument from it, or to be read using QDataStream. More...
#include <koStoreDevice.h>
Public Member Functions | |
KoStoreDevice (KoStore *store) | |
bool | open (int m) |
void | close () |
void | flush () |
Offset | size () const |
Q_LONG | readBlock (char *data, Q_ULONG maxlen) |
Q_LONG | writeBlock (const char *data, Q_ULONG len) |
Q_LONG | readLine (char *, Q_ULONG) |
int | getch () |
int | putch (int _c) |
int | ungetch (int) |
virtual bool | at (Offset pos) |
virtual Offset | at () const |
virtual bool | atEnd () const |
Protected Attributes | |
KoStore * | m_store |
Detailed Description
This class implements a QIODevice around KoStore, so that it can be used to create a QDomDocument from it, or to be read using QDataStream.
Definition at line 34 of file koStoreDevice.h.
The documentation for this class was generated from the following file: