comparison OrthancFramework/Sources/FileStorage/MemoryStorageArea.h @ 4498:7b99e8bb8246

IStorageArea::HasReadRange()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Feb 2021 11:37:13 +0100
parents fa2311f94d9f
children 7053502fbf97
comparison
equal deleted inserted replaced
4497:10357b2f7150 4498:7b99e8bb8246
53 virtual IMemoryBuffer* ReadRange(const std::string& uuid, 53 virtual IMemoryBuffer* ReadRange(const std::string& uuid,
54 FileContentType type, 54 FileContentType type,
55 uint64_t start /* inclusive */, 55 uint64_t start /* inclusive */,
56 uint64_t end /* exclusive */) ORTHANC_OVERRIDE; 56 uint64_t end /* exclusive */) ORTHANC_OVERRIDE;
57 57
58 virtual bool HasReadRange() const ORTHANC_OVERRIDE;
59
58 virtual void Remove(const std::string& uuid, 60 virtual void Remove(const std::string& uuid,
59 FileContentType type) ORTHANC_OVERRIDE; 61 FileContentType type) ORTHANC_OVERRIDE;
60 }; 62 };
61 } 63 }