|
| | SocketInputRecordStreambuf (Socket socket, size_t dataLength, size_t bufferSize=512) |
| | Create a socket input record streambuf. More...
|
| |
|
int_type | underflow () |
| | Handle the request to read data from the stream but we need more data from the source.
|
| |
| SocketInputRecordStreambuf::SocketInputRecordStreambuf |
( |
Socket |
socket, |
|
|
size_t |
dataLength, |
|
|
size_t |
bufferSize = 512 |
|
) |
| |
Create a socket input record streambuf.
- Parameters
-
| [in] | socket | The socket we will be reading from. |
| [in] | dataLength | The size of a record. |
| [in] | bufferSize | The size of the buffer we wish to allocate to hold data. |
The documentation for this class was generated from the following files: