|
pdfmm 0.9.20
|
#include <PdfOutputStream.h>
Public Member Functions | |
| PdfContainerOutputStream (TContainer &container) | |
| void | Close () override |
Public Member Functions inherited from mm::PdfOutputStream | |
| void | Write (const char *buffer, size_t len) |
| void | Write (const std::string_view &view) |
| virtual void | Close ()=0 |
An output stream that writes to a STL container
|
inline |
Write to an already opened input device
| buffer | data is written to this buffer |
|
inlineoverridevirtual |
Close the PdfOutputStream. This method may throw exceptions and has to be called before the destructor to end writing.
No more data may be written to the output device after calling close.
Implements mm::PdfOutputStream.