BMA Server Framework
|
#include <BMAFile.h>
Public Member Functions | |
BMAFile (std::string fileName, int mode=O_RDONLY, int authority=0664) | |
void | setBufferSize (size_t size) |
void | read () |
void | write (std::string data) |
Public Attributes | |
char * | buffer |
size_t | size |
std::string | fileName |
File abstraction class for accessing local file system files.