Poco::Remoting::Binary

class BinaryOutputStream

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

Inheritance

Direct Base Classes: BinaryIOS, std::ostream

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

Member Summary

Inherited Functions: close, rdbuf

Constructors

BinaryOutputStream

BinaryOutputStream(
    const Poco::Net::StreamSocket & socket
);

Creates the BinaryOutputStream and connects it to the given socket.

Destructor

~BinaryOutputStream

~BinaryOutputStream();

Destroys the BinaryOutputStream.