MPD
0.20.18
|
#include <OutputStream.hxx>
Public Member Functions | |
OutputStream ()=default | |
OutputStream (const OutputStream &)=delete | |
virtual void | Write (const void *data, size_t size)=0 |
Throws std::exception on error. More... | |
Definition at line 27 of file OutputStream.hxx.
|
default |
|
delete |
|
pure virtual |
Throws std::exception on error.
Implemented in FileOutputStream, GzipOutputStream, and StdioOutputStream.