|
pdfmm 0.9.20
|
Public Member Functions | |
| void | WriteImpl (const char *buffer, size_t len) override |
| 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 |
A PdfOutputStream that encrypt all data written using the RC4 encryption algorithm
|
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.
|
inlineoverridevirtual |
Write data to the output stream
| buffer | the data is read from this buffer |
| len | the size of the buffer |
Implements mm::PdfOutputStream.