KLimitedIODevice Class Reference
A readonly device that reads from an underlying device from a given point to another (e.g. More...
#include <klimitediodevice.h>
Inheritance diagram for KLimitedIODevice:


Public Member Functions | |
KLimitedIODevice (QIODevice *dev, int start, int length) | |
virtual bool | open (int m) |
virtual void | close () |
virtual void | flush () |
virtual Offset | size () const |
virtual Q_LONG | readBlock (char *data, Q_ULONG maxlen) |
virtual Q_LONG | writeBlock (const char *, Q_ULONG) |
virtual int | putch (int) |
virtual int | getch () |
virtual int | ungetch (int c) |
virtual Offset | at () const |
virtual bool | at (Offset pos) |
virtual bool | atEnd () const |
Detailed Description
A readonly device that reads from an underlying device from a given point to another (e.g.to give access to a single file inside an archive)
- Author:
- David Faure <david@mandrakesoft.com>
- Since:
- 3.1
Definition at line 29 of file klimitediodevice.h.
Constructor & Destructor Documentation
|
Definition at line 36 of file klimitediodevice.h. References QIODevice::open(). |
The documentation for this class was generated from the following file: