comparison Core/Toolbox.h @ 1588:b5bc87a7212d

OrthancPluginReadFile, OrthancPluginWriteFile
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Aug 2015 16:49:46 +0200
parents 4b23310eb7e8
children a0a4fa28624c
comparison
equal deleted inserted replaced
1587:d7e569640d09 1588:b5bc87a7212d
65 65
66 void ReadFile(std::string& content, 66 void ReadFile(std::string& content,
67 const std::string& path); 67 const std::string& path);
68 68
69 void WriteFile(const std::string& content, 69 void WriteFile(const std::string& content,
70 const std::string& path);
71
72 void WriteFile(const void* content,
73 size_t size,
70 const std::string& path); 74 const std::string& path);
71 75
72 void USleep(uint64_t microSeconds); 76 void USleep(uint64_t microSeconds);
73 77
74 void RemoveFile(const std::string& path); 78 void RemoveFile(const std::string& path);