comparison OrthancFramework/Sources/TemporaryFile.h @ 4230:b313a0001893

WebDavStorage
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Oct 2020 18:14:26 +0200
parents bf7b9edf6b81
children 290ffcb0a147
comparison
equal deleted inserted replaced
4229:013d6c6b2387 4230:b313a0001893
58 void Write(const std::string& content); 58 void Write(const std::string& content);
59 59
60 void Read(std::string& content) const; 60 void Read(std::string& content) const;
61 61
62 void Touch(); 62 void Touch();
63
64 uint64_t GetFileSize() const;
63 }; 65 };
64 } 66 }