Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
|
Reader is designed to read data from the operator. More...
#include <opendal.hpp>
Public Member Functions | |
Reader (rust::Box< opendal::ffi::Reader > &&reader) | |
std::streamsize | read (void *s, std::streamsize n) |
std::streampos | seek (std::streamoff off, std::ios_base::seekdir way) |
Reader is designed to read data from the operator.
It provides basic read and seek operations. If you want to use it like a stream, you can use ReaderStream
instead.
|
inline |
std::streamsize opendal::Reader::read | ( | void * | s, |
std::streamsize | n | ||
) |
std::streampos opendal::Reader::seek | ( | std::streamoff | off, |
std::ios_base::seekdir | way | ||
) |