cfb_writer

Overview

cfb_writer is a class in Aspose.Email FOSS for C++.

Description

cfb_writer is a class in the Aspose.Email FOSS library for C++ that exposes 3 methods and 0 properties for programmatic use.

Core capabilities include: Writes a cfb_document to the given filesystem path; writes a cfb_document to the provided output stream. These operations enable developers to integrate cfb_writer functionality directly into C++ applications.

Methods

SignatureDescription
to_bytes(document: cfb_document)std::vector<std::uint8_t>Converts a cfb_document into a vector of bytes
write_file(document: cfb_document, path: std::filesystem::path)Writes a cfb_document to the given filesystem path
write_stream(document: cfb_document, stream: std::ostream)Writes a cfb_document to the provided output stream

See Also