cfb_writer
개요
cfb_writer CPP를 위한 Aspose.Email의 클래스입니다.
방법들
| Signature | 설명 |
|---|---|
to_bytes(document: cfb_document) → std::vector<std::uint8_t> | cfb_document을 바이트의 벡터로 변환합니다. |
write_file(document: cfb_document, path: std::filesystem::path) | 주어진 파일 시스템 경로에 cfb_document을 작성합니다. |
write_stream(document: cfb_document, stream: std::ostream) | 제공된 출력 스트림에 cfb_document을 작성합니다. |