Library: Remoting/Binary
Package: Binary
Header: Poco/Remoting/Binary/BinaryStream.h
Direct Base Classes: BinaryIOS, std::iostream
All Base Classes: BinaryIOS, std::ios, std::iostream
Inherited Functions: close, rdbuf
BinaryStream(
const Poco::Net::StreamSocket & socket
);
Creates the BinaryStream and connects it to the given socket.
~BinaryStream();
Destroys the BinaryStream.