#include <OutputStream.h>
|
| void | Write (char ch) |
| |
| void | Write (const std::string_view &view) |
| |
| void | Write (const char *buffer, size_t size) |
| |
An interface for writing blocks of data to a data source.
◆ checkWrite()
| void OutputStream::checkWrite |
( |
| ) |
const |
|
protectedvirtual |
Optional checks before writing By default does nothing
◆ Write() [1/3]
| void OutputStream::Write |
( |
char | ch | ) |
|
Write the character in the device
- Parameters
-
◆ Write() [2/3]
| void OutputStream::Write |
( |
const char * | buffer, |
|
|
size_t | size ) |
Write data to the output stream
- Parameters
-
| buffer | the data is read from this buffer |
| len | the size of the buffer |
◆ Write() [3/3]
| void PoDoFo::OutputStream::Write |
( |
const std::string_view & | view | ) |
|
Write the view to the OutputStream
- Parameters
-
| view | the view to be written |
The documentation for this class was generated from the following files:
- OutputStream.h
- OutputStream.cpp