Poco::Remoting::Binary

class BinaryStream

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

Inheritance

Direct Base Classes: BinaryIOS, std::iostream

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

Member Summary

Inherited Functions: close, rdbuf

Constructors

BinaryStream

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

Creates the BinaryStream and connects it to the given socket.

Destructor

~BinaryStream

~BinaryStream();

Destroys the BinaryStream.