|
StuBS
|
#include <fs/tool/imagefile.h>
Public Member Functions | |
| ~ImageFile () | |
| bool | open (std::string path, std::string name) |
| bool | close () |
| bool | sync () |
Public Attributes | |
| size_t | size |
| char * | buffer |
| std::string | name |
Private Attributes | |
| std::fstream | file |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
| size_t ImageFile::size |
| char* ImageFile::buffer |
| std::string ImageFile::name |