Mercurial > hg > orthanc
comparison OrthancFramework/Sources/TemporaryFile.h @ 4342:52166629239f
SystemToolbox::ReadFileRange()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 03 Dec 2020 18:48:06 +0100 |
parents | b30a8de92ad9 |
children | d9473bd5ed43 |
comparison
equal
deleted
inserted
replaced
4341:977c2759eb0a | 4342:52166629239f |
---|---|
58 void Read(std::string& content) const; | 58 void Read(std::string& content) const; |
59 | 59 |
60 void Touch(); | 60 void Touch(); |
61 | 61 |
62 uint64_t GetFileSize() const; | 62 uint64_t GetFileSize() const; |
63 | |
64 void ReadRange(std::string& content, | |
65 uint64_t start, | |
66 uint64_t end, | |
67 bool throwIfOverflow) const; | |
63 }; | 68 }; |
64 } | 69 } |