#include <string>
#include <vector>
#include "networking/const.h"
#include "vsfilesystem.h"
Go to the source code of this file.
|
vector< string > | FileUtil::GetSaveFromBuffer (NetBuffer &buffer) |
|
void | FileUtil::WriteSaveFiles (string savestr, string xmlstr, string name) |
|
void | FileUtil::displayHash (unsigned char *hash, unsigned int length) |
|
int | FileUtil::HashCompare (string filename, unsigned char *hashdigest, VSFileType type) |
|
int | FileUtil::HashFileCompute (string filename, unsigned char *hashdigest, VSFileType type) |
|
int | FileUtil::HashCompute (const char *filename, unsigned char *digest, VSFileType type) |
|
int | FileUtil::HashStringCompute (std::string buffer, unsigned char *digest) |
|