akregator
c4_FileStream Class Reference
#include <mk4io.h>
Inheritance diagram for c4_FileStream:

Detailed Description
A file stream can be used to serialize using the stdio library.
Definition at line 17 of file mk4io.h.
Public Member Functions | |
| c4_FileStream (FILE *stream_, bool owned_=false) | |
| virtual int | Read (void *buffer_, int length_) |
| virtual bool | Write (const void *buffer_, int length_) |
| virtual | ~c4_FileStream () |
Public Attributes | |
| bool | _owned |
| FILE * | _stream |
Constructor & Destructor Documentation
| c4_FileStream::c4_FileStream | ( | FILE * | stream_, | |
| bool | owned_ = false | |||
| ) |
Definition at line 181 of file fileio.cpp.
| c4_FileStream::~c4_FileStream | ( | ) | [virtual] |
Definition at line 184 of file fileio.cpp.
Member Function Documentation
| int c4_FileStream::Read | ( | void * | , | |
| int | ||||
| ) | [virtual] |
| bool c4_FileStream::Write | ( | const void * | , | |
| int | ||||
| ) | [virtual] |
Member Data Documentation
| FILE* c4_FileStream::_stream |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference