File manipulation utilities.
More...
Static Public Member Functions |
| static bool | fileExists (const std::string &strFileName) |
| static std::string | fileFullPath (const std::string &strFileName) |
| static size_t | fileSize (const std::string &strFileName) |
| static std::string | readFileIntoString (const std::string &strFileName) |
| static void | readFileIntoBuffer (const std::string &strFileName, unsigned char *&pData, size_t &size) |
| static void | readFileIntoBuffer (const std::wstring &strFileName, unsigned char *&pData, size_t &size) |
Detailed Description
File manipulation utilities.
Constructor & Destructor Documentation
| makVrv::DtFileSystem::DtFileSystem |
( |
| ) |
|
| virtual makVrv::DtFileSystem::~DtFileSystem |
( |
| ) |
|
|
virtual |
Member Function Documentation
| static bool makVrv::DtFileSystem::fileExists |
( |
const std::string & |
strFileName | ) |
|
|
static |
| static std::string makVrv::DtFileSystem::fileFullPath |
( |
const std::string & |
strFileName | ) |
|
|
static |
| static size_t makVrv::DtFileSystem::fileSize |
( |
const std::string & |
strFileName | ) |
|
|
static |
| static std::string makVrv::DtFileSystem::readFileIntoString |
( |
const std::string & |
strFileName | ) |
|
|
static |
| static void makVrv::DtFileSystem::readFileIntoBuffer |
( |
const std::string & |
strFileName, |
|
|
unsigned char *& |
pData, |
|
|
size_t & |
size |
|
) |
| |
|
static |
| static void makVrv::DtFileSystem::readFileIntoBuffer |
( |
const std::wstring & |
strFileName, |
|
|
unsigned char *& |
pData, |
|
|
size_t & |
size |
|
) |
| |
|
static |
The documentation for this class was generated from the following file:
- /exports/nfedora7-1/nightly/docs/vrforcesDevelopment.tot/include/vrvGraphicsUtils/DtFileSystem.h