Poco::Remoting::Binary

class BinaryOutputStream

Library: Remoting/Binary
Package: Binary
Header: Poco/Remoting/Binary/BinaryStream.h

Description

This class is used for writing E-Binary messages to a SMTP server. All occurences of "\r\n.\r\n" are replaced with "\r\n..\r\n".

Inheritance

Direct Base Classes: BinaryIOS, std::ostream

All Base Classes: BinaryIOS, std::ios, std::ostream

Member Summary

Inherited Functions: close, rdbuf

Constructors

BinaryOutputStream

BinaryOutputStream(
    std::ostream & ostr
);

Creates the BinaryOutputStream and connects it to the given input stream.

Destructor

~BinaryOutputStream

~BinaryOutputStream();

Destroys the BinaryOutputStream.