azure-core
Classes | Namespaces
body_stream.hpp File Reference

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

 Azure
 Azure SDK abstractions.
 
 Azure::Core
 Abstractions commonly used by Azure SDK client libraries.
 
 Azure::Core::IO
 Abstractions related to communications with Azure.