|
Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
|
Writer is designed to write a sequence of byte buffers to an object. More...
#include <opendal.hpp>
Public Member Functions | |
| Writer (Writer &&other) noexcept | |
| ~Writer () noexcept | |
| void | Write (std::string_view data) |
| void | Flush () |
| void | Close () |
Friends | |
| class | Operator |
Writer is designed to write a sequence of byte buffers to an object.
Call Close to commit the object. OpenDAL selects the service's appropriate implementation, including multipart uploads when supported.
|
noexcept |
|
noexcept |
| void opendal::Writer::Close | ( | ) |
| void opendal::Writer::Flush | ( | ) |
| void opendal::Writer::Write | ( | std::string_view | data | ) |
|
friend |