

Public Member Functions | |
| posixFileWriterOutputStream (const vmime::utility::file::path &path, const int fd) | |
| ~posixFileWriterOutputStream () | |
| void | write (const value_type *const data, const size_type count) |
| void | flush () |
| posixFileWriterOutputStream | ( | const vmime::utility::file::path & | path, | |
| const int | fd | |||
| ) |
| void flush | ( | ) | [virtual] |
Flush this output stream and forces any buffered output bytes to be written out to the stream.
Implements outputStream.
References posixFileSystemFactory::reportError().
| void write | ( | const value_type *const | data, | |
| const size_type | count | |||
| ) | [virtual] |
Write data to the stream.
| data | buffer containing data to write | |
| count | number of bytes to write |
Implements outputStream.
References posixFileSystemFactory::reportError().
1.6.2