|
|
azure-core
|
BodyStream is used to read data to/from a service. More...
#include "azure/core/platform.hpp"#include "azure/core/context.hpp"#include <algorithm>#include <cstdint>#include <cstdio>#include <cstring>#include <functional>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | Azure::Core::IO::BodyStream |
| Used to read data to/from a service. More... | |
| class | Azure::Core::IO::MemoryBodyStream |
| Azure::Core::IO::BodyStream providing data from an initialized memory buffer. More... | |
| class | Azure::Core::IO::FileBodyStream |
| A concrete implementation of Azure::Core::IO::BodyStream used for reading data from a file. More... | |
| class | Azure::Core::IO::ProgressBodyStream |
| A concrete implementation of Azure::Core::IO::BodyStream that wraps another stream and reports progress. More... | |
Namespaces | |
| namespace | Azure |
| Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512. | |