StuBS
ImageFile Class Reference

#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
 

Constructor & Destructor Documentation

◆ ~ImageFile()

ImageFile::~ImageFile ( )
inline

Member Function Documentation

◆ open()

bool ImageFile::open ( std::string  path,
std::string  name 
)
inline

◆ close()

bool ImageFile::close ( )
inline

◆ sync()

bool ImageFile::sync ( )
inline

Member Data Documentation

◆ file

std::fstream ImageFile::file
private

◆ size

size_t ImageFile::size

◆ buffer

char* ImageFile::buffer

◆ name

std::string ImageFile::name

The documentation for this class was generated from the following file: