OSRTSocketOutputStream Class Reference
Generic socket output stream. More...
#include <OSRTSocketOutputStream.h>
Inheritance diagram for OSRTSocketOutputStream:

Public Member Functions | |
| EXTRTMETHOD | OSRTSocketOutputStream (OSRTSocket &socket) |
| Creates and initializes a socket output stream using the OSRTSocket instance of socket. | |
| EXTRTMETHOD | OSRTSocketOutputStream (OSRTContext *pContext, OSRTSocket &socket) |
| Creates and initializes a socket output stream using the OSRTSocket instance of socket. | |
| EXTRTMETHOD | OSRTSocketOutputStream (OSRTSOCKET socket, OSBOOL ownership=FALSE) |
| Initializes the socket output stream using the socket handle. | |
| OSRTSocketOutputStream (OSRTContext *pContext, OSRTSOCKET socket, OSBOOL ownership=FALSE) | |
| Initializes the socket output stream using the socket handle. | |
Protected Attributes | |
| OSRTSocket | mSocket |
| a socket | |
Detailed Description
Generic socket output stream.This class opens an existing socket for output in binary mode and reads data from it.
Definition at line 38 of file OSRTSocketOutputStream.h.
Constructor & Destructor Documentation
|
|
Creates and initializes a socket output stream using the OSRTSocket instance of socket.
|
|
||||||||||||
|
Creates and initializes a socket output stream using the OSRTSocket instance of socket.
|
|
||||||||||||
|
Initializes the socket output stream using the socket handle.
|
|
||||||||||||||||
|
Initializes the socket output stream using the socket handle.
|
The documentation for this class was generated from the following file:
