Poco::Remoting::Binary

class BinaryInputStream

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

Inheritance

Direct Base Classes: BinaryIOS, std::istream

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

Member Summary

Inherited Functions: close, rdbuf

Constructors

BinaryInputStream

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

Creates the BinaryInputStream and connects it to the given socket.

Destructor

~BinaryInputStream

~BinaryInputStream();

Destroys the BinaryInputStream.