Apache OpenDALâ„¢ C++ Binding
The C++ binding for Apache OpenDALâ„¢
Public Member Functions | List of all members
opendal::ReaderStream Class Reference

ReaderStream is a stream wrapper of Reader which can provide iostream interface. It will keep a Reader inside so that you can ignore the lifetime of original Reader. More...

#include <opendal.hpp>

Inheritance diagram for opendal::ReaderStream:
[legend]

Public Member Functions

 ReaderStream (Reader &&reader)
 

Detailed Description

ReaderStream is a stream wrapper of Reader which can provide iostream interface. It will keep a Reader inside so that you can ignore the lifetime of original Reader.

Constructor & Destructor Documentation

◆ ReaderStream()

opendal::ReaderStream::ReaderStream ( Reader &&  reader)
inline

The documentation for this class was generated from the following file: