#include <iolib.h>
Defines a library file
- Todo:
- zip archive support
CLclose Library file close
int CFile::open |
( |
const char * |
name, |
|
|
long |
flags |
|
) |
| |
CLopen Library file open
- Parameters
-
name | File name. |
openflags | Open read, or write and compression options |
- Returns
- File Pointer
int CFile::printf |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
CLprintf Library file write
- Parameters
-
format | String Format. |
... | Parameter List. |
int CFile::read |
( |
void * |
buf, |
|
|
size_t |
len |
|
) |
| |
CLread Library file read
- Parameters
-
buf | Pointer to read the data to. |
len | number of bytes to read. |
int CFile::seek |
( |
long |
offset, |
|
|
int |
whence |
|
) |
| |
CLseek Library file seek
- Parameters
-
offset | Seek position |
whence | How to seek |
The documentation for this class was generated from the following files:
(C) Copyright 1998-2012 by The