diff 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
line wrap: on
line diff
--- a/Core/Toolbox.h	Wed Aug 26 12:12:25 2015 +0200
+++ b/Core/Toolbox.h	Wed Aug 26 16:49:46 2015 +0200
@@ -69,6 +69,10 @@
     void WriteFile(const std::string& content,
                    const std::string& path);
 
+    void WriteFile(const void* content,
+                   size_t size,
+                   const std::string& path);
+
     void USleep(uint64_t microSeconds);
 
     void RemoveFile(const std::string& path);