A write-only resource which is written from bytes. More...
#include <ByteWriteResource.hpp>
Public Member Functions | |
virtual std::ostream & | writeStream ()=0 |
Get the output stream of the byte write resource. More... | |
Public Member Functions inherited from Resource | |
virtual | ~Resource ()=default |
Destroy the resource instance. More... | |
virtual void | close ()=0 |
Close the stream(s) in the resource. More... | |
virtual const Uri & | uri () const =0 |
Get the URI associated with this resource. More... | |
A write-only resource which is written from bytes.
|
pure virtual |
Get the output stream of the byte write resource.
Implemented in StringUriByteWriteResource, and FileByteWriteResource.