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

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