Mercurial > hg > orthanc
comparison Core/Compression/ZipWriter.h @ 3956:6e14f2da7c7e
integration transcoding->mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 20 May 2020 16:42:44 +0200 |
parents | 0b3256c3ee14 |
children | f9863630ec7f |
comparison
equal
deleted
inserted
replaced
3892:fe0e4ef52a72 | 3956:6e14f2da7c7e |
---|---|
99 return path_; | 99 return path_; |
100 } | 100 } |
101 | 101 |
102 void OpenFile(const char* path); | 102 void OpenFile(const char* path); |
103 | 103 |
104 void Write(const char* data, size_t length); | 104 void Write(const void* data, size_t length); |
105 | 105 |
106 void Write(const std::string& data); | 106 void Write(const std::string& data); |
107 }; | 107 }; |
108 } | 108 } |