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


Public Member Functions | |
| BMemFile (u32 address, u32 len, bool freeWhenDone=false) | |
| ~BMemFile () | |
| 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