Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fileutil.h File Reference
#include <string>
#include <vector>
#include "networking/const.h"
#include "vsfilesystem.h"

Go to the source code of this file.

Namespaces

 FileUtil
 

Constant Groups

 FileUtil
 

Functions

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)
 

Variables

bool FileUtil::use_crypto = false