comparison OrthancFramework/Sources/HttpServer/MultipartStreamReader.h @ 4201:2d5209153b32

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 08:18:28 +0200
parents bf7b9edf6b81
children db3932f9660d
comparison
equal deleted inserted replaced
4200:7112a8af0b63 4201:2d5209153b32
62 size_t blockSize_; 62 size_t blockSize_;
63 63
64 void ParseStream(); 64 void ParseStream();
65 65
66 public: 66 public:
67 MultipartStreamReader(const std::string& boundary); 67 explicit MultipartStreamReader(const std::string& boundary);
68 68
69 void SetBlockSize(size_t size); 69 void SetBlockSize(size_t size);
70 70
71 size_t GetBlockSize() const 71 size_t GetBlockSize() const
72 { 72 {