#include <BVirtualFile.h>
Inheritance diagram for BFATFile:


Public Member Functions | |
| BFATFile (const char *filename, const char *mode="r") | |
| BFATFile (FILE *file, bool closeWhenDone) | |
| ~BFATFile () | |
| virtual int | read (void *buf, unsigned int nbytes) |
| std::string | read () |
| virtual int | write (const void *buf, unsigned int nbytes) |
| int | write (const std::string &str) |
| virtual long | tell () |
| virtual int | seek (long offset, Whence whence) |
| virtual int | eof () |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Implements BVirtualFile. |
|
|
Reimplemented from BVirtualFile. |
|
||||||||||||
|
Implements BVirtualFile. |
|
||||||||||||
|
Implements BVirtualFile. |
|
|
Implements BVirtualFile. |
|
|
Reimplemented from BVirtualFile. |
|
||||||||||||
|
Implements BVirtualFile. |
1.3-rc3