lib Library API Documentation

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>

Inheritance diagram for KoStoreDevice:

QIODevice List of all members.

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

KoStorem_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:
KDE Logo
This file is part of the documentation for lib Library Version 1.3.5.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Nov 17 06:54:22 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003