#include <file.h>
Public Methods | |
| File () | |
| File (const char *pszFilename, const char *pszModes="rb") | |
| ~File () | |
| int | open (const char *pszFilename, const char *pszModes) |
| void | close () |
| unsigned8 * | load () |
| void | unload () |
| long | read (void *pDest, uint nMax=0) |
| long | write (void *pSrc, uint nCount) |
| long | write (CStr &string) |
| long | getSize () |
| unsigned8 * | getDataPtr () |
| char * | fgets (char *s, int size) |
| char * | fgetsTrimNL (char *s, int size) |
| operator PFILE () | |
| void | rewind () |
| File (const File &file) | |
| File & | operator= (const File &file) |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
1.2.11 written by Dimitri van Heesch,
© 1997-2001